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/hmake | |
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/hmake')
-rw-r--r-- | dev-haskell/hmake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hmake/hmake-3.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hmake/ChangeLog b/dev-haskell/hmake/ChangeLog index f3ebcc37066e..846830f7d2d8 100644 --- a/dev-haskell/hmake/ChangeLog +++ b/dev-haskell/hmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hmake # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.18 2006/02/04 14:55:42 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.19 2006/03/01 19:37:24 corsair Exp $ + + 01 Mar 2006; Markus Rothe <corsair@gentoo.org> hmake-3.10.ebuild: + Added ~ppc64; bug #124469 04 Feb 2006; Alexandre Buisse <nattfodd@gentoo.org> +files/ghc-version.patch, hmake-3.10.ebuild: diff --git a/dev-haskell/hmake/hmake-3.10.ebuild b/dev-haskell/hmake/hmake-3.10.ebuild index 88ed970464ab..388ad9283b23 100644 --- a/dev-haskell/hmake/hmake-3.10.ebuild +++ b/dev-haskell/hmake/hmake-3.10.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/hmake/hmake-3.10.ebuild,v 1.4 2006/02/04 14:55:42 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.5 2006/03/01 19:37:24 corsair Exp $ inherit base fixheadtails @@ -9,7 +9,7 @@ HOMEPAGE="http://www.haskell.org/hmake/" SRC_URI="http://www.haskell.org/hmake/${P}.tar.gz" LICENSE="nhc98" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~ppc64 ~x86" SLOT="0" IUSE="" |