summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2008-10-18 19:23:57 +0000
committerFerris McCormick <fmccor@gentoo.org>2008-10-18 19:23:57 +0000
commitbf2f83fa7166ba68a2fcf5452033d2578cf8ed91 (patch)
tree4b02831ab45518751180eaca0a7656f1e328ca66 /dev-util/wxglade
parentUnmask >=gnome-icon-theme-2.22 to fix ppc64 32-bit userland deptree (diff)
downloadgentoo-2-bf2f83fa7166ba68a2fcf5452033d2578cf8ed91.tar.gz
gentoo-2-bf2f83fa7166ba68a2fcf5452033d2578cf8ed91.tar.bz2
gentoo-2-bf2f83fa7166ba68a2fcf5452033d2578cf8ed91.zip
Sparc stable, Bug #242114.
(Portage version: 2.2_rc12/cvs/Linux 2.6.20-gentoo-r8 x86_64)
Diffstat (limited to 'dev-util/wxglade')
-rw-r--r--dev-util/wxglade/ChangeLog5
-rw-r--r--dev-util/wxglade/wxglade-0.6.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog
index fc6903fc8526..517d3cb9d3ec 100644
--- a/dev-util/wxglade/ChangeLog
+++ b/dev-util/wxglade/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/wxglade
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.49 2008/10/18 16:43:18 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.50 2008/10/18 19:23:57 fmccor Exp $
+
+ 18 Oct 2008; Ferris McCormick <fmccor@gentoo.org> wxglade-0.6.3.ebuild:
+ Sparc stable, Bug #242114.
18 Oct 2008; nixnut <nixnut@gentoo.org> wxglade-0.6.3.ebuild:
Stable on ppc wrt bug 242114
diff --git a/dev-util/wxglade/wxglade-0.6.3.ebuild b/dev-util/wxglade/wxglade-0.6.3.ebuild
index 789a0ac5242c..8cbfa783ba59 100644
--- a/dev-util/wxglade/wxglade-0.6.3.ebuild
+++ b/dev-util/wxglade/wxglade-0.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.5 2008/10/18 16:43:18 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.6 2008/10/18 19:23:57 fmccor 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