summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-04 15:58:03 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-04 15:58:03 +0000
commit969c1916644716d77d883a4dcef5ca6ef1cb383b (patch)
treece9a502678fb9ea56d0c86ddfb44047e38406f87 /dev-util/wxglade
parentAdd check for sse useflag. Thanks to Salah Coronya for reporting and Christia... (diff)
downloadgentoo-2-969c1916644716d77d883a4dcef5ca6ef1cb383b.tar.gz
gentoo-2-969c1916644716d77d883a4dcef5ca6ef1cb383b.tar.bz2
gentoo-2-969c1916644716d77d883a4dcef5ca6ef1cb383b.zip
Stable on x86 wrt bug #149952.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'dev-util/wxglade')
-rw-r--r--dev-util/wxglade/ChangeLog5
-rw-r--r--dev-util/wxglade/wxglade-0.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog
index 804e3481abb3..1a3d63e98e86 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.22 2006/10/04 12:21:20 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.23 2006/10/04 15:58:03 wolf31o2 Exp $
+
+ 04 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> wxglade-0.4.ebuild:
+ Stable on x86 wrt bug #149952.
04 Oct 2006; Simon Stelling <blubb@gentoo.org> wxglade-0.4.ebuild:
stable on amd64
diff --git a/dev-util/wxglade/wxglade-0.4.ebuild b/dev-util/wxglade/wxglade-0.4.ebuild
index 08eee99ffa9c..105ae1cb069e 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.2 2006/10/04 12:21:20 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.4.ebuild,v 1.3 2006/10/04 15:58:03 wolf31o2 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