summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-03-09 17:44:15 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-03-09 17:44:15 +0000
commit5f3f21f5e22cb481d3a0428d84073cbe61b416a4 (patch)
treefb9e2bd437eba81dcdaa12450de869b430d97373 /dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild
parentAdd ~sparc to KEYWORDS. See bug #124902 (diff)
downloadgentoo-2-5f3f21f5e22cb481d3a0428d84073cbe61b416a4.tar.gz
gentoo-2-5f3f21f5e22cb481d3a0428d84073cbe61b416a4.tar.bz2
gentoo-2-5f3f21f5e22cb481d3a0428d84073cbe61b416a4.zip
Add ~sparc to KEYWORDS. See bug #124902
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild')
-rw-r--r--dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild
index 4625287740e9..fe96b43fc151 100644
--- a/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild
+++ b/dev-haskell/hsql-mysql/hsql-mysql-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-mysql/hsql-mysql-1.7.ebuild,v 1.4 2006/03/01 19:44:26 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql-mysql/hsql-mysql-1.7.ebuild,v 1.5 2006/03/09 17:44:15 dcoutts Exp $
CABAL_FEATURES="lib haddock"
inherit base haskell-cabal
@@ -11,12 +11,12 @@ SRC_URI="mirror://gentoo/HSQL-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=">=virtual/ghc-6.4.1
~dev-haskell/hsql-${PV}
- dev-db/mysql"
+ =dev-db/mysql-4*"
S="${WORKDIR}/HSQL/MySQL"