diff options
Diffstat (limited to 'dev-haskell/hdbc-sqlite/hdbc-sqlite-0.99.0.0.ebuild')
-rw-r--r-- | dev-haskell/hdbc-sqlite/hdbc-sqlite-0.99.0.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-haskell/hdbc-sqlite/hdbc-sqlite-0.99.0.0.ebuild b/dev-haskell/hdbc-sqlite/hdbc-sqlite-0.99.0.0.ebuild index c36d54c3ce4c..518006c58cc0 100644 --- a/dev-haskell/hdbc-sqlite/hdbc-sqlite-0.99.0.0.ebuild +++ b/dev-haskell/hdbc-sqlite/hdbc-sqlite-0.99.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/hdbc-sqlite-0.99.0.0.ebuild,v 1.2 2006/02/23 20:14:33 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-sqlite/hdbc-sqlite-0.99.0.0.ebuild,v 1.3 2006/03/01 19:35:27 corsair Exp $ CABAL_FEATURES="lib haddock" inherit haskell-cabal versionator @@ -11,7 +11,8 @@ SRC_URI="http://quux.org/devel/hdbc/${PN}3_${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64" #if possible try testing with "~ppc" and "~sparc" +#if possible try testing with "~ppc" and "~sparc" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" hdbc_PV=$(get_version_component_range 1-3) |