diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-16 18:39:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-16 18:39:04 +0000 |
commit | b41da020dfd8e5e00aa7c996467bbdfe55258f93 (patch) | |
tree | 975f024e4e5a43dcf77593a8fbf317a330a1ce07 /dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild | |
parent | Added missing pkgconfig depend (bug #341273) (diff) | |
download | historical-b41da020dfd8e5e00aa7c996467bbdfe55258f93.tar.gz historical-b41da020dfd8e5e00aa7c996467bbdfe55258f93.tar.bz2 historical-b41da020dfd8e5e00aa7c996467bbdfe55258f93.zip |
Stable on amd64 wrt bug #339580
Package-Manager: portage-2.2_rc92/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild')
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild b/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild index e932c29d1364..8ddf137b9f85 100644 --- a/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild,v 1.4 2010/07/20 13:44:28 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild,v 1.5 2010/10/16 18:31:30 hwoarang Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar. LICENSE="BSD" SLOT="2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.10 |