diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-10-19 22:02:08 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-10-19 22:02:08 +0000 |
commit | be9bdef6dd0fabdef6df90cbbcf47a94d14bd991 (patch) | |
tree | fbd60ba705e53e3771a0b0b7b04c683f17104b56 /dev-haskell | |
parent | x86 stable per bug 339580 (diff) | |
download | gentoo-2-be9bdef6dd0fabdef6df90cbbcf47a94d14bd991.tar.gz gentoo-2-be9bdef6dd0fabdef6df90cbbcf47a94d14bd991.tar.bz2 gentoo-2-be9bdef6dd0fabdef6df90cbbcf47a94d14bd991.zip |
x86 stable per bug 339580
(Portage version: 2.1.9.20/cvs/Linux i686)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/regex-compat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.92.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/regex-compat/ChangeLog b/dev-haskell/regex-compat/ChangeLog index ee6a349488e3..d60235a46df2 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.25 2010/10/16 18:36:49 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.26 2010/10/19 22:02:08 tomka Exp $ + + 19 Oct 2010; Thomas Kahle <tomka@gentoo.org> regex-compat-0.92.ebuild: + x86 stable per bug 339580 16 Oct 2010; Markos Chandras <hwoarang@gentoo.org> regex-compat-0.92.ebuild: diff --git a/dev-haskell/regex-compat/regex-compat-0.92.ebuild b/dev-haskell/regex-compat/regex-compat-0.92.ebuild index 01fb04d01c8a..0ca73ce5466c 100644 --- a/dev-haskell/regex-compat/regex-compat-0.92.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.92.ebuild @@ -1,6 +1,6 @@ # 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.92.ebuild,v 1.4 2010/10/16 18:36:49 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.5 2010/10/19 22:02:08 tomka 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND=">=dev-lang/ghc-6.6 |