diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-12 19:34:16 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-12 19:34:16 +0000 |
commit | 91a1ec7946d1b55923a9e69e8b31ce1a51d83fd0 (patch) | |
tree | d822ea5f3ced85b358582a7ece5dd95fb38d6732 /dev-haskell | |
parent | Marked ~alpha (diff) | |
download | gentoo-2-91a1ec7946d1b55923a9e69e8b31ce1a51d83fd0.tar.gz gentoo-2-91a1ec7946d1b55923a9e69e8b31ce1a51d83fd0.tar.bz2 gentoo-2-91a1ec7946d1b55923a9e69e8b31ce1a51d83fd0.zip |
Marked ~alpha
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/happy/happy-1.18.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/happy/happy-1.18.4.ebuild b/dev-haskell/happy/happy-1.18.4.ebuild index e1fb88dcd159..3b2000ee510c 100644 --- a/dev-haskell/happy/happy-1.18.4.ebuild +++ b/dev-haskell/happy/happy-1.18.4.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/happy/happy-1.18.4.ebuild,v 1.3 2010/07/01 19:56:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.18.4.ebuild,v 1.4 2010/07/12 19:34:16 slyfox Exp $ CABAL_FEATURES="bin" inherit haskell-cabal autotools @@ -18,7 +18,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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.6.1 |