diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-04-01 10:40:37 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-04-01 10:40:37 +0000 |
commit | b4e8646e1f5c222d1ce0ddcb6a2a86bbabf72c52 (patch) | |
tree | f977c7cb4c74371e75ff804512d9df13b3aebe33 /dev-haskell/zlib/zlib-0.5.2.0.ebuild | |
parent | Try to unbreak revision 1.95, at least guessing what Robin tried to do. (diff) | |
download | historical-b4e8646e1f5c222d1ce0ddcb6a2a86bbabf72c52.tar.gz historical-b4e8646e1f5c222d1ce0ddcb6a2a86bbabf72c52.tar.bz2 historical-b4e8646e1f5c222d1ce0ddcb6a2a86bbabf72c52.zip |
Marked ~ppc-macos
Package-Manager: portage-2.2.00.15842-prefix/cvs/Darwin powerpc
Diffstat (limited to 'dev-haskell/zlib/zlib-0.5.2.0.ebuild')
-rw-r--r-- | dev-haskell/zlib/zlib-0.5.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/zlib/zlib-0.5.2.0.ebuild b/dev-haskell/zlib/zlib-0.5.2.0.ebuild index 838b5ad6838a..03bb7fe17c28 100644 --- a/dev-haskell/zlib/zlib-0.5.2.0.ebuild +++ b/dev-haskell/zlib/zlib-0.5.2.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/zlib/zlib-0.5.2.0.ebuild,v 1.1 2009/12/15 22:16:26 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/zlib-0.5.2.0.ebuild,v 1.2 2010/04/01 10:40:37 grobian Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~ppc-macos" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 |