summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Parrott <cparrott@gentoo.org>2007-04-06 16:58:09 +0000
committerChris Parrott <cparrott@gentoo.org>2007-04-06 16:58:09 +0000
commit4503157368827164c403eae793e6316927f82239 (patch)
tree8f05d61b690045d9ea5a94d437af845394e84c1e /dev-haskell
parent0.32 version bump. (diff)
downloadgentoo-2-4503157368827164c403eae793e6316927f82239.tar.gz
gentoo-2-4503157368827164c403eae793e6316927f82239.tar.bz2
gentoo-2-4503157368827164c403eae793e6316927f82239.zip
added ~ppc and ~sparc keywords
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/haskell-src/ChangeLog6
-rw-r--r--dev-haskell/haskell-src/haskell-src-1.0-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/haskell-src/ChangeLog b/dev-haskell/haskell-src/ChangeLog
index 9b8580af7064..56a91319f744 100644
--- a/dev-haskell/haskell-src/ChangeLog
+++ b/dev-haskell/haskell-src/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/haskell-src
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.12 2007/04/04 19:53:43 cparrott Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/ChangeLog,v 1.13 2007/04/06 16:58:09 cparrott Exp $
+
+ 06 Apr 2007; Chris Parrott <cparrott@gentoo.org>
+ haskell-src-1.0-r1.ebuild:
+ added ~ppc and ~sparc keywords
04 Apr 2007; Chris Parrott <cparrott@gentoo.org>
haskell-src-1.0-r1.ebuild:
diff --git a/dev-haskell/haskell-src/haskell-src-1.0-r1.ebuild b/dev-haskell/haskell-src/haskell-src-1.0-r1.ebuild
index 2321c710d881..1032873f5c1b 100644
--- a/dev-haskell/haskell-src/haskell-src-1.0-r1.ebuild
+++ b/dev-haskell/haskell-src/haskell-src-1.0-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/haskell-src/haskell-src-1.0-r1.ebuild,v 1.2 2007/04/04 19:53:43 cparrott Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src/haskell-src-1.0-r1.ebuild,v 1.3 2007/04/06 16:58:09 cparrott Exp $
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal
@@ -13,7 +13,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"