summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Parrott <cparrott@gentoo.org>2007-04-06 17:11:57 +0000
committerChris Parrott <cparrott@gentoo.org>2007-04-06 17:11:57 +0000
commit1ad03c64e5ef00e45047efd72bfb75ff01afecad (patch)
tree6067935029b240208e67bc663bf3191d19577f06 /dev-haskell/hunit
parentadded ~ppc and ~sparc keywords (diff)
downloadgentoo-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')
-rw-r--r--dev-haskell/hunit/ChangeLog5
-rw-r--r--dev-haskell/hunit/hunit-1.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hunit/ChangeLog b/dev-haskell/hunit/ChangeLog
index 95fa0bb9d2e1..b103e0073219 100644
--- a/dev-haskell/hunit/ChangeLog
+++ b/dev-haskell/hunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hunit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.12 2007/04/04 20:01:57 cparrott Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.13 2007/04/06 17:11:57 cparrott Exp $
+
+ 06 Apr 2007; Chris Parrott <cparrott@gentoo.org> hunit-1.1-r1.ebuild:
+ added ~ppc and ~sparc keywords
04 Apr 2007; Chris Parrott <cparrott@gentoo.org> hunit-1.1-r1.ebuild:
added ~alpha keyword
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"