diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-10-31 13:14:49 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-10-31 13:14:49 +0000 |
commit | 565bb24dd9bd2c2f4107bb5f7b7b929ed43ebdbc (patch) | |
tree | fd38d18d2717cfb1c63112c7d96670efacc40ad8 /dev-haskell | |
parent | Marking multipath-tools-0.4.8-r1 ppc64 for bug 264564 (diff) | |
download | gentoo-2-565bb24dd9bd2c2f4107bb5f7b7b929ed43ebdbc.tar.gz gentoo-2-565bb24dd9bd2c2f4107bb5f7b7b929ed43ebdbc.tar.bz2 gentoo-2-565bb24dd9bd2c2f4107bb5f7b7b929ed43ebdbc.zip |
Add keywords to dev-haskell/haddock
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/haddock/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/haddock/haddock-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/haddock/ChangeLog b/dev-haskell/haddock/ChangeLog index accfc746368b..1320e0a394d1 100644 --- a/dev-haskell/haddock/ChangeLog +++ b/dev-haskell/haddock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/haddock # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/ChangeLog,v 1.65 2009/08/30 09:12:54 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/ChangeLog,v 1.66 2009/10/31 13:14:49 kolmodin Exp $ + + 31 Oct 2009; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.4.2.ebuild: + Add keywords tested in the overlay. 30 Aug 2009; Lennart Kolmodin <kolmodin@gentoo.org> haddock-2.4.1.ebuild: Add ~ppc now that we have ghc 6.8.2 for that arch. diff --git a/dev-haskell/haddock/haddock-2.4.2.ebuild b/dev-haskell/haddock/haddock-2.4.2.ebuild index 331d25763dcf..1e80195ba174 100644 --- a/dev-haskell/haddock/haddock-2.4.2.ebuild +++ b/dev-haskell/haddock/haddock-2.4.2.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/haddock/haddock-2.4.2.ebuild,v 1.5 2009/07/23 06:21:39 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.4.2.ebuild,v 1.6 2009/10/31 13:14:49 kolmodin Exp $ CABAL_FEATURES="bin lib" # don't enable profiling as the 'ghc' package is not built with profiling @@ -17,7 +17,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~ppc64 ~x86" IUSE="doc" # haddock-2.4.2 also deps on the upgradeable package dev-haskell/filepath. |