diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-02 12:37:17 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-02 12:37:17 +0000 |
commit | 0782aa44d5d7138b76b8d069f18e2e3aa0b709a4 (patch) | |
tree | 5e0fe12fb043231deef08731bb5ae43147bc6e5c /dev-haskell | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-0782aa44d5d7138b76b8d069f18e2e3aa0b709a4.tar.gz gentoo-2-0782aa44d5d7138b76b8d069f18e2e3aa0b709a4.tar.bz2 gentoo-2-0782aa44d5d7138b76b8d069f18e2e3aa0b709a4.zip |
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/regex-compat/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.91.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/regex-compat/ChangeLog b/dev-haskell/regex-compat/ChangeLog index 1bfccb42da33..4f9712fe92f9 100644 --- a/dev-haskell/regex-compat/ChangeLog +++ b/dev-haskell/regex-compat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/regex-compat -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.20 2009/04/19 11:35:36 kolmodin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.21 2010/01/02 12:37:17 fauli Exp $ + + 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + regex-compat-0.91.ebuild: + Transfer Prefix keywords 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> -regex-compat-0.90.ebuild: diff --git a/dev-haskell/regex-compat/regex-compat-0.91.ebuild b/dev-haskell/regex-compat/regex-compat-0.91.ebuild index ef9743838632..ac6591d84e9d 100644 --- a/dev-haskell/regex-compat/regex-compat-0.91.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.91.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.91.ebuild,v 1.3 2008/10/04 18:00:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.91.ebuild,v 1.4 2010/01/02 12:37:17 fauli 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="alpha ~amd64 hppa ia64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 hppa ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND=">=dev-lang/ghc-6.6 |