diff options
Diffstat (limited to 'dev-util/wxglade')
-rw-r--r-- | dev-util/wxglade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/wxglade/wxglade-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog index 1a3d63e98e86..31f593bb2999 100644 --- a/dev-util/wxglade/ChangeLog +++ b/dev-util/wxglade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/wxglade # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.23 2006/10/04 15:58:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.24 2006/10/04 18:14:23 nixnut Exp $ + + 04 Oct 2006; <nixnut@gentoo.org> wxglade-0.4.ebuild: + Stable on ppc wrt bug 149952 04 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> wxglade-0.4.ebuild: Stable on x86 wrt bug #149952. diff --git a/dev-util/wxglade/wxglade-0.4.ebuild b/dev-util/wxglade/wxglade-0.4.ebuild index 105ae1cb069e..14aec047a720 100644 --- a/dev-util/wxglade/wxglade-0.4.ebuild +++ b/dev-util/wxglade/wxglade-0.4.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-util/wxglade/wxglade-0.4.ebuild,v 1.3 2006/10/04 15:58:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.4.ebuild,v 1.4 2006/10/04 18:14:23 nixnut Exp $ inherit python @@ -10,7 +10,7 @@ HOMEPAGE="http://wxglade.sourceforge.net/" SRC_URI="mirror://sourceforge/wxglade/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="" S="${WORKDIR}/${MY_P}" DEPEND=">=dev-lang/python-2.2 |