diff options
author | 2010-01-02 12:39:12 +0000 | |
---|---|---|
committer | 2010-01-02 12:39:12 +0000 | |
commit | 52907a0314f6fc24e32bb1f344652d4f96bea0d4 (patch) | |
tree | f5edf415b17f8ed5f0231d8a3a64295757a07fb4 /dev-haskell/filepath/filepath-1.1.0.2.ebuild | |
parent | Fix dependencies for changes introduced by bug #293247 fix. (diff) | |
download | historical-52907a0314f6fc24e32bb1f344652d4f96bea0d4.tar.gz historical-52907a0314f6fc24e32bb1f344652d4f96bea0d4.tar.bz2 historical-52907a0314f6fc24e32bb1f344652d4f96bea0d4.zip |
Transfer Prefix keywords
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-haskell/filepath/filepath-1.1.0.2.ebuild')
-rw-r--r-- | dev-haskell/filepath/filepath-1.1.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/filepath/filepath-1.1.0.2.ebuild b/dev-haskell/filepath/filepath-1.1.0.2.ebuild index a1f555589c4c..f068a5f92c55 100644 --- a/dev-haskell/filepath/filepath-1.1.0.2.ebuild +++ b/dev-haskell/filepath/filepath-1.1.0.2.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/filepath/filepath-1.1.0.2.ebuild,v 1.3 2009/12/16 20:24:17 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.4 2010/01/02 12:23:57 fauli 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" |