diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-30 17:34:18 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-30 17:34:18 +0000 |
commit | 5b9792bfb627d216850cdfd01f792be02499f080 (patch) | |
tree | 56993d5a9f2f4be89d43b8ba35d4430c76bb4cba /dev-util/wxglade | |
parent | Add ~sparc (bookkeeping) --- rox-pager works. (diff) | |
download | gentoo-2-5b9792bfb627d216850cdfd01f792be02499f080.tar.gz gentoo-2-5b9792bfb627d216850cdfd01f792be02499f080.tar.bz2 gentoo-2-5b9792bfb627d216850cdfd01f792be02499f080.zip |
Stable on ppc wrt bug 197358
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-util/wxglade')
-rw-r--r-- | dev-util/wxglade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/wxglade/wxglade-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog index 123045e3970e..310544a6633a 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.40 2007/10/29 12:27:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.41 2007/10/30 17:34:18 nixnut Exp $ + + 30 Oct 2007; nixnut <nixnut@gentoo.org> wxglade-0.6.ebuild: + Stable on ppc wrt bug 197358 29 Oct 2007; Markus Meier <maekke@gentoo.org> wxglade-0.6.ebuild: x86 stable, bug #197358 diff --git a/dev-util/wxglade/wxglade-0.6.ebuild b/dev-util/wxglade/wxglade-0.6.ebuild index ca4bbb0969d2..bc7c0eff3307 100644 --- a/dev-util/wxglade/wxglade-0.6.ebuild +++ b/dev-util/wxglade/wxglade-0.6.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.6.ebuild,v 1.4 2007/10/29 12:27:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild,v 1.5 2007/10/30 17:34:18 nixnut Exp $ inherit python multilib eutils @@ -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.3 |