diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-10 21:53:15 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-10 21:53:15 +0000 |
commit | 127c976e2bbc8313a2f8c33dd7bd2b89fd654938 (patch) | |
tree | 076c23262eec1f6fea908e12f42f2cd53726f4c3 /dev-haskell/quickcheck | |
parent | fixed automagic deps and updated to eapi 5 (diff) | |
download | gentoo-2-127c976e2bbc8313a2f8c33dd7bd2b89fd654938.tar.gz gentoo-2-127c976e2bbc8313a2f8c33dd7bd2b89fd654938.tar.bz2 gentoo-2-127c976e2bbc8313a2f8c33dd7bd2b89fd654938.zip |
stable on alpha/ia64/sparc (bug #421351)
(Portage version: 2.2.0_alpha144_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r-- | dev-haskell/quickcheck/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog index c03165b85ce9..d2a6c4ef2b0a 100644 --- a/dev-haskell/quickcheck/ChangeLog +++ b/dev-haskell/quickcheck/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/quickcheck # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.58 2012/12/07 16:27:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.59 2012/12/10 21:53:14 slyfox Exp $ + + 10 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> + quickcheck-2.4.2-r1.ebuild: + stable on alpha/ia64/sparc (bug #421351) 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> quickcheck-2.4.2-r1.ebuild: Stable for ppc, wrt bug #421351 diff --git a/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild b/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild index b884d2787d46..21d907ef7570 100644 --- a/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild,v 1.5 2012/12/07 16:27:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.4.2-r1.ebuild,v 1.6 2012/12/10 21:53:14 slyfox Exp $ EAPI="3" @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="2" -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="+template_haskell" RDEPEND=">=dev-lang/ghc-6.10.1 |