diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-03-09 17:43:16 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-03-09 17:43:16 +0000 |
commit | 106f78d53454b7fcff8518eda8dfcbb4374a678c (patch) | |
tree | 33f167ef96e48e34b760a95ca4a4804ad0f0e92f /dev-haskell/hsql/hsql-1.7.ebuild | |
parent | Add ~sparc to KEYWORDS. See bug #124902 (diff) | |
download | gentoo-2-106f78d53454b7fcff8518eda8dfcbb4374a678c.tar.gz gentoo-2-106f78d53454b7fcff8518eda8dfcbb4374a678c.tar.bz2 gentoo-2-106f78d53454b7fcff8518eda8dfcbb4374a678c.zip |
Add ~sparc to KEYWORDS. See bug #124902
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-haskell/hsql/hsql-1.7.ebuild')
-rw-r--r-- | dev-haskell/hsql/hsql-1.7.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-haskell/hsql/hsql-1.7.ebuild b/dev-haskell/hsql/hsql-1.7.ebuild index 9f0575301fd4..75fad72e2207 100644 --- a/dev-haskell/hsql/hsql-1.7.ebuild +++ b/dev-haskell/hsql/hsql-1.7.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/hsql/hsql-1.7.ebuild,v 1.4 2006/03/01 19:40:51 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/hsql-1.7.ebuild,v 1.5 2006/03/09 17:43:16 dcoutts Exp $ CABAL_FEATURES="lib haddock" inherit haskell-cabal @@ -8,11 +8,10 @@ inherit haskell-cabal DESCRIPTION="SQL bindings for Haskell" HOMEPAGE="http://htoolkit.sourceforge.net/" SRC_URI="mirror://gentoo/HSQL-${PV}.tar.gz" + LICENSE="BSD" SLOT="0" - -#if possible try testing with "~ppc" and "~sparc" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="postgres sqlite odbc mysql" DEPEND=">=virtual/ghc-6.4.1" |