diff options
Diffstat (limited to 'dev-haskell/cpphs/cpphs-1.2.ebuild')
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cpphs/cpphs-1.2.ebuild b/dev-haskell/cpphs/cpphs-1.2.ebuild index b367959e9e45..f7e3fa941cf9 100644 --- a/dev-haskell/cpphs/cpphs-1.2.ebuild +++ b/dev-haskell/cpphs/cpphs-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.2 2006/08/24 10:08:15 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.3 2006/08/25 15:58:58 fmccor Exp $ CABAL_FEATURES="bin lib profile" inherit eutils haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://www.cs.york.ac.uk/fp/cpphs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ppc64 sparc ~x86" IUSE="" DEPEND="virtual/ghc" |