diff options
author | 2007-06-01 16:51:06 +0000 | |
---|---|---|
committer | 2007-06-01 16:51:06 +0000 | |
commit | 096153339a956874eaeb3d3d885b9dba81094f1c (patch) | |
tree | 0ae61b7aac71f47dab508e2f929e965a23e9116f /dev-util/glade | |
parent | Stable on ppc wrt bug 178723 (diff) | |
download | gentoo-2-096153339a956874eaeb3d3d885b9dba81094f1c.tar.gz gentoo-2-096153339a956874eaeb3d3d885b9dba81094f1c.tar.bz2 gentoo-2-096153339a956874eaeb3d3d885b9dba81094f1c.zip |
Stable on ppc wrt bug 180132
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/glade')
-rw-r--r-- | dev-util/glade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/glade/glade-3.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index 1da6fdaefe39..4635a45682a4 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.70 2007/05/31 01:48:32 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.71 2007/06/01 16:51:06 nixnut Exp $ + + 01 Jun 2007; nixnut <nixnut@gentoo.org> glade-3.2.0.ebuild: + Stable on ppc wrt bug 180132 31 May 2007; Daniel Gryniewicz <dang@gentoo.org> glade-3.2.0.ebuild: Marked stable on amd64 for bug #180132 diff --git a/dev-util/glade/glade-3.2.0.ebuild b/dev-util/glade/glade-3.2.0.ebuild index 8c05bf40ff04..bea296e48ac1 100644 --- a/dev-util/glade/glade-3.2.0.ebuild +++ b/dev-util/glade/glade-3.2.0.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.0.ebuild,v 1.6 2007/05/31 01:48:32 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.2.0.ebuild,v 1.7 2007/06/01 16:51:06 nixnut Exp $ inherit eutils gnome2 MY_PN="glade3" @@ -12,7 +12,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 |