diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-10-19 17:51:35 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-10-19 17:51:35 +0000 |
commit | ef858b4214fcd69c9a0ff6c7ab3dae6c7145ee50 (patch) | |
tree | b692f22792d8051a794e1c931d53446b430d4e5b /dev-haskell/cabal/cabal-1.8.0.6-r1.ebuild | |
parent | Fix sed expression target thanks to reavertm. (diff) | |
download | historical-ef858b4214fcd69c9a0ff6c7ab3dae6c7145ee50.tar.gz historical-ef858b4214fcd69c9a0ff6c7ab3dae6c7145ee50.tar.bz2 historical-ef858b4214fcd69c9a0ff6c7ab3dae6c7145ee50.zip |
x86 stable per bug 338652
Package-Manager: portage-2.1.9.20/cvs/Linux i686
Diffstat (limited to 'dev-haskell/cabal/cabal-1.8.0.6-r1.ebuild')
-rw-r--r-- | dev-haskell/cabal/cabal-1.8.0.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cabal/cabal-1.8.0.6-r1.ebuild b/dev-haskell/cabal/cabal-1.8.0.6-r1.ebuild index c7d434ebce8a..2d38cd708c79 100644 --- a/dev-haskell/cabal/cabal-1.8.0.6-r1.ebuild +++ b/dev-haskell/cabal/cabal-1.8.0.6-r1.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/cabal/cabal-1.8.0.6-r1.ebuild,v 1.3 2010/09/26 19:41:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.8.0.6-r1.ebuild,v 1.4 2010/10/19 17:51:35 tomka Exp $ CABAL_FEATURES="bootstrap lib profile" inherit haskell-cabal eutils @@ -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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc" # Cabal.cabal only depends on base>=1&&<5 and filepath>=1&&<1.2 |