diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-06-06 09:10:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-06-06 09:10:19 +0000 |
commit | 423dfb8e4c9d70b64b17e1224239d0f2aa827982 (patch) | |
tree | 37046c5863472247dc9d367c1a7b6f557c395dcb /dev-perl/gtk2-fu | |
parent | change pam dep. (diff) | |
download | gentoo-2-423dfb8e4c9d70b64b17e1224239d0f2aa827982.tar.gz gentoo-2-423dfb8e4c9d70b64b17e1224239d0f2aa827982.tar.bz2 gentoo-2-423dfb8e4c9d70b64b17e1224239d0f2aa827982.zip |
stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/gtk2-fu')
-rw-r--r-- | dev-perl/gtk2-fu/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/gtk2-fu/ChangeLog b/dev-perl/gtk2-fu/ChangeLog index c0f76594f0d3..6b1b32234c3f 100644 --- a/dev-perl/gtk2-fu/ChangeLog +++ b/dev-perl/gtk2-fu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/gtk2-fu # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.12 2005/06/02 23:09:11 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.13 2005/06/06 09:10:19 corsair Exp $ + + 06 Jun 2005; Markus Rothe <corsair@gentoo.org> gtk2-fu-0.08.ebuild: + Stable on ppc64 *gtk2-fu-0.08 (02 Jun 2005) diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild index 02463ce58386..af5316f3835c 100644 --- a/dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild +++ b/dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild,v 1.1 2005/06/02 23:09:11 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.08.ebuild,v 1.2 2005/06/06 09:10:19 corsair Exp $ inherit perl-module DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" @@ -11,7 +11,7 @@ HOMEPAGE="http://search.cpan.org/~dams/${MY_P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~amd64 ~alpha ~hppa ppc ~sparc ~ppc64" +KEYWORDS="~alpha ~amd64 ~hppa ppc ppc64 ~sparc x86" IUSE="" DEPEND="dev-perl/gtk2-perl" |