diff options
author | 2011-02-25 12:42:45 +0000 | |
---|---|---|
committer | 2011-02-25 12:42:45 +0000 | |
commit | 35a75f7b00b72cde0b2c80c9b6f211bb9b7e5b2f (patch) | |
tree | a90fae01b81417a273601353c491899b362f3910 /dev-haskell/haddock/haddock-2.6.1.ebuild | |
parent | Revision bumps. (diff) | |
download | historical-35a75f7b00b72cde0b2c80c9b6f211bb9b7e5b2f.tar.gz historical-35a75f7b00b72cde0b2c80c9b6f211bb9b7e5b2f.tar.bz2 historical-35a75f7b00b72cde0b2c80c9b6f211bb9b7e5b2f.zip |
ppc/ppc64 stable wrt #338652
Package-Manager: portage-2.2.0_alpha23/cvs/Linux ppc64
Diffstat (limited to 'dev-haskell/haddock/haddock-2.6.1.ebuild')
-rw-r--r-- | dev-haskell/haddock/haddock-2.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/haddock/haddock-2.6.1.ebuild b/dev-haskell/haddock/haddock-2.6.1.ebuild index d1fb9c54fae0..e62d995d55f2 100644 --- a/dev-haskell/haddock/haddock-2.6.1.ebuild +++ b/dev-haskell/haddock/haddock-2.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.6.1.ebuild,v 1.11 2010/11/14 18:15:12 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.6.1.ebuild,v 1.12 2011/02/25 12:42:45 xarthisius Exp $ CABAL_FEATURES="bin lib" # don't enable profiling as the 'ghc' package is not built with profiling @@ -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 ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="doc" # we bundle the dep on ghc-paths to reduce the dependencies on this critical |