diff options
author | Chris Parrott <cparrott@gentoo.org> | 2007-04-06 17:11:57 +0000 |
---|---|---|
committer | Chris Parrott <cparrott@gentoo.org> | 2007-04-06 17:11:57 +0000 |
commit | 1ad03c64e5ef00e45047efd72bfb75ff01afecad (patch) | |
tree | 6067935029b240208e67bc663bf3191d19577f06 /dev-haskell/hunit/hunit-1.1-r1.ebuild | |
parent | added ~ppc and ~sparc keywords (diff) | |
download | gentoo-2-1ad03c64e5ef00e45047efd72bfb75ff01afecad.tar.gz gentoo-2-1ad03c64e5ef00e45047efd72bfb75ff01afecad.tar.bz2 gentoo-2-1ad03c64e5ef00e45047efd72bfb75ff01afecad.zip |
added ~ppc and ~sparc keywords
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-haskell/hunit/hunit-1.1-r1.ebuild')
-rw-r--r-- | dev-haskell/hunit/hunit-1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hunit/hunit-1.1-r1.ebuild b/dev-haskell/hunit/hunit-1.1-r1.ebuild index f46c3f6e9749..4f602d156e1a 100644 --- a/dev-haskell/hunit/hunit-1.1-r1.ebuild +++ b/dev-haskell/hunit/hunit-1.1-r1.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-r1.ebuild,v 1.2 2007/04/04 20:01:57 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1-r1.ebuild,v 1.3 2007/04/06 17:11:57 cparrott 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 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=virtual/ghc-6.6" |