diff options
author | 2013-09-13 09:53:52 +0000 | |
---|---|---|
committer | 2013-09-13 09:53:52 +0000 | |
commit | 78308c3fc25fa457a77f886edfe737ba033e453b (patch) | |
tree | 1236fbb3d7b48bcd80711a702fe3e4e580008826 /dev-haskell | |
parent | Sync with overlay: add ~ppc ~ppc64 ~sparc keywords (diff) | |
download | gentoo-2-78308c3fc25fa457a77f886edfe737ba033e453b.tar.gz gentoo-2-78308c3fc25fa457a77f886edfe737ba033e453b.tar.bz2 gentoo-2-78308c3fc25fa457a77f886edfe737ba033e453b.zip |
Sync with overlay: add ~ppc ~ppc64 ~sparc keywords
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/optparse-applicative/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/optparse-applicative/optparse-applicative-0.5.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/optparse-applicative/ChangeLog b/dev-haskell/optparse-applicative/ChangeLog index 94723d5400a0..198f5df947f2 100644 --- a/dev-haskell/optparse-applicative/ChangeLog +++ b/dev-haskell/optparse-applicative/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/optparse-applicative # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.1 2013/08/26 11:22:35 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.2 2013/09/13 09:53:52 gienah Exp $ + + 13 Sep 2013; Mark Wright <gienah@gentoo.org> + optparse-applicative-0.5.2.1.ebuild: + Sync with overlay: add ~ppc ~ppc64 ~sparc keywords *optparse-applicative-0.5.2.1 (26 Aug 2013) diff --git a/dev-haskell/optparse-applicative/optparse-applicative-0.5.2.1.ebuild b/dev-haskell/optparse-applicative/optparse-applicative-0.5.2.1.ebuild index 23a5e8c03120..116cab8d8fcb 100644 --- a/dev-haskell/optparse-applicative/optparse-applicative-0.5.2.1.ebuild +++ b/dev-haskell/optparse-applicative/optparse-applicative-0.5.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.5.2.1.ebuild,v 1.1 2013/08/26 11:22:35 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.5.2.1.ebuild,v 1.2 2013/09/13 09:53:52 gienah Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] |