diff options
-rw-r--r-- | dev-util/glade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/glade/glade-3.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index decc89b678f1..bb4e098ca615 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/glade # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.79 2007/09/16 22:15:39 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.80 2007/09/23 13:44:49 tgall Exp $ + + 23 Sep 2007; Tom Gall <tgall@gentoo.org> glade-3.2.2.ebuild: + stable on ppc64 16 Sep 2007; Gilles Dartiguelongue <eva@gentoo.org> glade-2.6.8.ebuild, glade-2.12.1.ebuild: diff --git a/dev-util/glade/glade-3.2.2.ebuild b/dev-util/glade/glade-3.2.2.ebuild index 0e5a52b70e89..68dc1671620d 100644 --- a/dev-util/glade/glade-3.2.2.ebuild +++ b/dev-util/glade/glade-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.2.2.ebuild,v 1.7 2007/08/11 15:05:47 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.2.2.ebuild,v 1.8 2007/09/23 13:44:49 tgall Exp $ inherit eutils gnome2 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="3" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="devhelp doc gnome python" RDEPEND=">=dev-libs/glib-2.8.0 |