diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-03-01 19:39:16 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-03-01 19:39:16 +0000 |
commit | ba7c5b176700f59e31bb0d438d183b91cdc09c55 (patch) | |
tree | 81113f8cc12fb44400c4d6e41c6fa5254346e104 /dev-haskell/hdbc | |
parent | Remove old versions. (diff) | |
download | historical-ba7c5b176700f59e31bb0d438d183b91cdc09c55.tar.gz historical-ba7c5b176700f59e31bb0d438d183b91cdc09c55.tar.bz2 historical-ba7c5b176700f59e31bb0d438d183b91cdc09c55.zip |
Added ~ppc64; bug #124469
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-haskell/hdbc')
-rw-r--r-- | dev-haskell/hdbc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hdbc/hdbc-0.99.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/hdbc/ChangeLog b/dev-haskell/hdbc/ChangeLog index a21e9edb8d52..66876a82b494 100644 --- a/dev-haskell/hdbc/ChangeLog +++ b/dev-haskell/hdbc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hdbc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.1 2006/02/23 10:45:26 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.2 2006/03/01 19:32:07 corsair Exp $ + + 01 Mar 2006; Markus Rothe <corsair@gentoo.org> hdbc-0.99.0.ebuild: + Added ~ppc64; bug #124469 *hdbc-0.99.0 (23 Feb 2006) diff --git a/dev-haskell/hdbc/hdbc-0.99.0.ebuild b/dev-haskell/hdbc/hdbc-0.99.0.ebuild index 94033a07f31c..50e64226e6ca 100644 --- a/dev-haskell/hdbc/hdbc-0.99.0.ebuild +++ b/dev-haskell/hdbc/hdbc-0.99.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/hdbc-0.99.0.ebuild,v 1.1 2006/02/23 10:45:26 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-0.99.0.ebuild,v 1.2 2006/03/01 19:32:07 corsair Exp $ CABAL_FEATURES="lib haddock" inherit haskell-cabal @@ -11,7 +11,8 @@ SRC_URI="http://quux.org/devel/hdbc/${PN}_${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="postgres sqlite odbc" DEPEND=">=virtual/ghc-6.4.1" |