diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-12-25 15:02:55 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-12-25 15:02:55 +0000 |
commit | b1af42ade0c089b1279d7485c2126aef3300a269 (patch) | |
tree | 80e986c1de57f15f72a57d8c74cd16a044d41541 /dev-haskell/alex | |
parent | Clean up removed packages (diff) | |
download | gentoo-2-b1af42ade0c089b1279d7485c2126aef3300a269.tar.gz gentoo-2-b1af42ade0c089b1279d7485c2126aef3300a269.tar.bz2 gentoo-2-b1af42ade0c089b1279d7485c2126aef3300a269.zip |
alex: kill old comment
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/alex')
-rw-r--r-- | dev-haskell/alex/alex-2.3.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-haskell/alex/alex-2.3.1.ebuild b/dev-haskell/alex/alex-2.3.1.ebuild index 776fc746fc2d..ff9e3321e26c 100644 --- a/dev-haskell/alex/alex-2.3.1.ebuild +++ b/dev-haskell/alex/alex-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.3.1.ebuild,v 1.5 2009/12/25 15:01:37 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.3.1.ebuild,v 1.6 2009/12/25 15:02:55 kolmodin Exp $ CABAL_FEATURES="bin" inherit autotools haskell-cabal @@ -12,7 +12,6 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86" -# has worked with ppc64 too, but no ghc availably at the moment IUSE="doc" DEPEND=">=dev-lang/ghc-6.6.1 |