diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-06-29 11:00:49 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-06-29 11:00:49 +0000 |
commit | c9720dad9b2d091e1bb51fcefe1a5c772f54540f (patch) | |
tree | c88263877c1f6d433ef48626f0a4d507ad2f5e89 /dev-haskell/parsec | |
parent | Stable on alpha, bug #228249 (diff) | |
download | gentoo-2-c9720dad9b2d091e1bb51fcefe1a5c772f54540f.tar.gz gentoo-2-c9720dad9b2d091e1bb51fcefe1a5c772f54540f.tar.bz2 gentoo-2-c9720dad9b2d091e1bb51fcefe1a5c772f54540f.zip |
Keyworded on alpha, bug #227677
(Portage version: 2.2_rc1/cvs/Linux 2.6.24bisect x86_64)
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r-- | dev-haskell/parsec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-2.1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog index 0ec3844abe31..719298843abf 100644 --- a/dev-haskell/parsec/ChangeLog +++ b/dev-haskell/parsec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/parsec # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.3 2008/06/17 00:18:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.4 2008/06/29 11:00:49 klausman Exp $ + + 28 Jun 2008; Tobias Klausmann <klausman@gentoo.org> parsec-2.1.0.0.ebuild: + Keyworded on alpha, bug #227677 17 Jun 2008; Jeroen Roovers <jer@gentoo.org> parsec-2.1.0.0.ebuild: Marked ~hppa (bug #227677). diff --git a/dev-haskell/parsec/parsec-2.1.0.0.ebuild b/dev-haskell/parsec/parsec-2.1.0.0.ebuild index 9ecf91beeb6d..60aa13fd29fb 100644 --- a/dev-haskell/parsec/parsec-2.1.0.0.ebuild +++ b/dev-haskell/parsec/parsec-2.1.0.0.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/parsec/parsec-2.1.0.0.ebuild,v 1.3 2008/06/17 00:18:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.0.ebuild,v 1.4 2008/06/29 11:00:49 klausman 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="~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" |