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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog index 88973c5f1b7c..42ca16a33064 100644 --- a/dev-util/wxglade/ChangeLog +++ b/dev-util/wxglade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/wxglade # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.32 2007/05/13 21:35:35 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.33 2007/05/19 18:35:17 welp Exp $ + + 19 May 2007; Peter Weller <welp@gentoo.org> wxglade-0.4.1.ebuild: + Stable on amd64 wrt bug 177753 *wxglade-0.5 (13 May 2007) diff --git a/dev-util/wxglade/wxglade-0.4.1.ebuild b/dev-util/wxglade/wxglade-0.4.1.ebuild index ec90b9ef1356..e4682a6d1dfc 100644 --- a/dev-util/wxglade/wxglade-0.4.1.ebuild +++ b/dev-util/wxglade/wxglade-0.4.1.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/wxglade/wxglade-0.4.1.ebuild,v 1.4 2007/05/13 16:08:15 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.4.1.ebuild,v 1.5 2007/05/19 18:35:17 welp Exp $ inherit python @@ -10,7 +10,7 @@ HOMEPAGE="http://wxglade.sourceforge.net/" SRC_URI="mirror://sourceforge/wxglade/${MY_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 |