diff options
author | 2006-03-01 19:39:16 +0000 | |
---|---|---|
committer | 2006-03-01 19:39:16 +0000 | |
commit | 91c30f664e0e4cebbc5e5a736cd0e615f485e443 (patch) | |
tree | 550729c9467b0aa3929911676cfd4537a201ef83 /dev-haskell/hsql | |
parent | Added to ~ppc. See bug #124469. (diff) | |
download | gentoo-2-91c30f664e0e4cebbc5e5a736cd0e615f485e443.tar.gz gentoo-2-91c30f664e0e4cebbc5e5a736cd0e615f485e443.tar.bz2 gentoo-2-91c30f664e0e4cebbc5e5a736cd0e615f485e443.zip |
Added ~ppc64; bug #124469
(Portage version: 2.0.54)
Diffstat (limited to 'dev-haskell/hsql')
-rw-r--r-- | dev-haskell/hsql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hsql/hsql-1.7.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/hsql/ChangeLog b/dev-haskell/hsql/ChangeLog index 94d5740a437a..9079e8f45e5b 100644 --- a/dev-haskell/hsql/ChangeLog +++ b/dev-haskell/hsql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hsql # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v 1.2 2006/02/23 19:41:08 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v 1.3 2006/03/01 19:39:16 corsair Exp $ + + 01 Mar 2006; Markus Rothe <corsair@gentoo.org> hsql-1.7.ebuild: + Added ~ppc64; bug #124469 23 Feb 2006; Duncan Coutts <dcoutts@gentoo.org> hsql-1.7.ebuild: Changed PDEPEND on the hsql backends to use '~' deps (as suggested by ciaranm) diff --git a/dev-haskell/hsql/hsql-1.7.ebuild b/dev-haskell/hsql/hsql-1.7.ebuild index 3d49669f7ab9..c6f9133e847f 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.2 2006/02/23 19:41:08 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/hsql-1.7.ebuild,v 1.3 2006/03/01 19:39:16 corsair Exp $ CABAL_FEATURES="lib haddock" inherit haskell-cabal @@ -11,7 +11,8 @@ SRC_URI="mirror://gentoo/HSQL-${PV}.tar.gz" LICENSE="BSD" 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="postgres sqlite odbc mysql" DEPEND=">=virtual/ghc-6.4.1" |