diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-10-04 00:42:50 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-10-04 00:42:50 +0000 |
commit | 589806af00cd26600666b275d7de71195fab17fa (patch) | |
tree | 3608f7cf848e8ee926e2a1bfd945a1a8ba2e3afc /dev-haskell | |
parent | Sparc stable --- Bug #230919 and Bug #239368. (diff) | |
download | gentoo-2-589806af00cd26600666b275d7de71195fab17fa.tar.gz gentoo-2-589806af00cd26600666b275d7de71195fab17fa.tar.bz2 gentoo-2-589806af00cd26600666b275d7de71195fab17fa.zip |
Sparc stable --- Bug #230919 and Bug #239368.
(Portage version: 2.2_rc11/cvs/Linux 2.6.20-gentoo-r8 x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/regex-compat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.71.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/regex-compat/ChangeLog b/dev-haskell/regex-compat/ChangeLog index 9e5ed213fe25..44ece6bd2483 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.17 2008/07/15 06:09:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.18 2008/10/04 00:42:50 fmccor Exp $ + + 04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> + regex-compat-0.71.0.1.ebuild: + Sparc stable --- Bug #230919 and Bug #239368. 15 Jul 2008; Jeroen Roovers <jer@gentoo.org> regex-compat-0.91.ebuild: Stable for HPPA (bug #230919). diff --git a/dev-haskell/regex-compat/regex-compat-0.71.0.1.ebuild b/dev-haskell/regex-compat/regex-compat-0.71.0.1.ebuild index 03d68a889d8b..c05ef0f6aad9 100644 --- a/dev-haskell/regex-compat/regex-compat-0.71.0.1.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.71.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.0.1.ebuild,v 1.3 2008/07/06 20:45:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.71.0.1.ebuild,v 1.4 2008/10/04 00:42:50 fmccor Exp $ CABAL_FEATURES="lib profile haddock" CABAL_MIN_VERSION=1.2 @@ -12,7 +12,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6 |