diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-03-01 19:27:50 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-03-01 19:27:50 +0000 |
commit | 61f9b2dee806902528e3eb9ff1b56dffb2bd5d0a (patch) | |
tree | f50fe06fb4b4ef1f51e50361838eb5f8e2a073c6 /dev-haskell/gtk2hs | |
parent | Remove old versions. (diff) | |
download | gentoo-2-61f9b2dee806902528e3eb9ff1b56dffb2bd5d0a.tar.gz gentoo-2-61f9b2dee806902528e3eb9ff1b56dffb2bd5d0a.tar.bz2 gentoo-2-61f9b2dee806902528e3eb9ff1b56dffb2bd5d0a.zip |
Added ~ppc64; bug #124469
(Portage version: 2.0.54)
Diffstat (limited to 'dev-haskell/gtk2hs')
-rw-r--r-- | dev-haskell/gtk2hs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/gtk2hs/ChangeLog b/dev-haskell/gtk2hs/ChangeLog index 804d768aaceb..07ff9f4cfecd 100644 --- a/dev-haskell/gtk2hs/ChangeLog +++ b/dev-haskell/gtk2hs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/gtk2hs # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.25 2006/02/23 23:47:24 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/ChangeLog,v 1.26 2006/03/01 19:25:58 corsair Exp $ + + 01 Mar 2006; Markus Rothe <corsair@gentoo.org> gtk2hs-0.9.10.ebuild: + Added ~ppc64; bug #124469 23 Feb 2006; Luis F. Araujo <araujo@gentoo.org> gtk2hs-0.9.10.ebuild: Fixed firefox useflag diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild index 0d23a3b98015..6263a3f8f6c4 100644 --- a/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild +++ b/dev-haskell/gtk2hs/gtk2hs-0.9.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/gtk2hs/gtk2hs-0.9.10.ebuild,v 1.7 2006/02/23 23:47:24 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild,v 1.8 2006/03/01 19:25:58 corsair Exp $ inherit base eutils ghc-package multilib autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gtk2hs/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc ~sparc" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" #enable sparc when CFLAGS/-mcpu ebuild bug is fixed IUSE="doc glade gnome mozilla firefox" |