diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-02 12:30:44 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-02 12:30:44 +0000 |
commit | 04d68c5bdac566afaf0d32e0d89aeb93dbbae249 (patch) | |
tree | cb16ee09f4f54e408f7c42f79f1858a4148b0e27 /dev-haskell | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-04d68c5bdac566afaf0d32e0d89aeb93dbbae249.tar.gz gentoo-2-04d68c5bdac566afaf0d32e0d89aeb93dbbae249.tar.bz2 gentoo-2-04d68c5bdac566afaf0d32e0d89aeb93dbbae249.zip |
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/quickcheck/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog index 7cd226ad8061..f9e6a4d578a2 100644 --- a/dev-haskell/quickcheck/ChangeLog +++ b/dev-haskell/quickcheck/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/quickcheck -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.33 2009/07/27 19:58:46 kolmodin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.34 2010/01/02 12:30:44 fauli Exp $ + + 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + quickcheck-1.2.0.0.ebuild: + Transfer Prefix keywords 27 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> +files/quickcheck-1.1.0.0-ghc-6.10-build-fix.patch, diff --git a/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild index fa0cec764904..eb9a8d24aab3 100644 --- a/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild +++ b/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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-1.2.0.0.ebuild,v 1.1 2009/04/19 10:26:03 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.2.0.0.ebuild,v 1.2 2010/01/02 12:30:44 fauli 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="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" |