diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-12-16 20:32:53 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-12-16 20:32:53 +0000 |
commit | add6dd9a7aa0817267327113112b9b2519cd3d0a (patch) | |
tree | da72d5611d5e8dba5ba6e83edf1392a2d1fad88c /dev-haskell/hunit/hunit-1.1.1.ebuild | |
parent | amd64 stable wrt #201984 (diff) | |
download | gentoo-2-add6dd9a7aa0817267327113112b9b2519cd3d0a.tar.gz gentoo-2-add6dd9a7aa0817267327113112b9b2519cd3d0a.tar.bz2 gentoo-2-add6dd9a7aa0817267327113112b9b2519cd3d0a.zip |
amd64 stable wrt #201984
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'dev-haskell/hunit/hunit-1.1.1.ebuild')
-rw-r--r-- | dev-haskell/hunit/hunit-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hunit/hunit-1.1.1.ebuild b/dev-haskell/hunit/hunit-1.1.1.ebuild index dd4d4dd34c4e..521e04a7e55a 100644 --- a/dev-haskell/hunit/hunit-1.1.1.ebuild +++ b/dev-haskell/hunit/hunit-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild,v 1.7 2007/12/16 19:00:11 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.1.ebuild,v 1.8 2007/12/16 20:32:53 drac Exp $ CABAL_FEATURES="lib profile haddock" inherit base haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.t LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6" |