diff options
author | Markus Meier <maekke@gentoo.org> | 2008-07-06 20:51:28 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-07-06 20:51:28 +0000 |
commit | 2903162c4f673e18a56ca3b7ede36aea674529fb (patch) | |
tree | 5f9c1b50b6d9c42bd40746cb5adebe864a832664 /dev-haskell | |
parent | amd64/x86 stable, bug #230919 (diff) | |
download | gentoo-2-2903162c4f673e18a56ca3b7ede36aea674529fb.tar.gz gentoo-2-2903162c4f673e18a56ca3b7ede36aea674529fb.tar.bz2 gentoo-2-2903162c4f673e18a56ca3b7ede36aea674529fb.zip |
amd64/x86 stable, bug #230919
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 i686)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/happy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.17.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog index 917c3782c499..8f3befa377cb 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/happy -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.34 2007/12/14 01:37:47 dcoutts Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.35 2008/07/06 20:51:28 maekke Exp $ + + 06 Jul 2008; Markus Meier <maekke@gentoo.org> happy-1.17.ebuild: + amd64/x86 stable, bug #230919 *happy-1.17 (14 Dec 2007) diff --git a/dev-haskell/happy/happy-1.17.ebuild b/dev-haskell/happy/happy-1.17.ebuild index 6427fd83ff05..aa2d71da4afa 100644 --- a/dev-haskell/happy/happy-1.17.ebuild +++ b/dev-haskell/happy/happy-1.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.17.ebuild,v 1.1 2007/12/14 01:37:47 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.17.ebuild,v 1.2 2008/07/06 20:51:28 maekke Exp $ CABAL_FEATURES="bin" 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.4 |