diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-11-05 02:12:57 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-11-05 02:12:57 +0000 |
commit | 9c3f0df04b1dc8031f061f70dfdd820881d80795 (patch) | |
tree | 4c65d493abb26e71faee662c82514e4410165fea /dev-haskell | |
parent | version bump (diff) | |
download | gentoo-2-9c3f0df04b1dc8031f061f70dfdd820881d80795.tar.gz gentoo-2-9c3f0df04b1dc8031f061f70dfdd820881d80795.tar.bz2 gentoo-2-9c3f0df04b1dc8031f061f70dfdd820881d80795.zip |
Added ~ppc and ~sparc to keywords
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/regex-compat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.71.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/regex-compat/ChangeLog b/dev-haskell/regex-compat/ChangeLog index db54cf129dc5..56455f31b088 100644 --- a/dev-haskell/regex-compat/ChangeLog +++ b/dev-haskell/regex-compat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/regex-compat # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.4 2007/10/23 16:35:09 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.5 2007/11/05 02:12:57 dcoutts Exp $ + + 05 Nov 2007; Duncan Coutts <dcoutts@gentoo.org> regex-compat-0.71.ebuild: + Added ~ppc and ~sparc to keywords 23 Oct 2007; Christian Faulhammer <opfer@gentoo.org> regex-compat-0.71.ebuild: diff --git a/dev-haskell/regex-compat/regex-compat-0.71.ebuild b/dev-haskell/regex-compat/regex-compat-0.71.ebuild index ffd96bed2885..eaf82352e065 100644 --- a/dev-haskell/regex-compat/regex-compat-0.71.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.71.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/regex-compat/regex-compat-0.71.ebuild,v 1.3 2007/10/23 16:35:09 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.71.ebuild,v 1.4 2007/11/05 02:12:57 dcoutts Exp $ CABAL_FEATURES="profile haddock lib" inherit haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6 |