summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2004-08-26 17:36:22 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2004-08-26 17:36:22 +0000
commitfe29e03499e27c283e0cd954cb45fdb675effb19 (patch)
tree82acc08d56dcebd09b6834c6f534e1217cff0d1a /dev-util/wxglade
parentrepoman: whitespace cleanup (Manifest recommit) (diff)
downloadgentoo-2-fe29e03499e27c283e0cd954cb45fdb675effb19.tar.gz
gentoo-2-fe29e03499e27c283e0cd954cb45fdb675effb19.tar.bz2
gentoo-2-fe29e03499e27c283e0cd954cb45fdb675effb19.zip
Added to ~amd64.
Diffstat (limited to 'dev-util/wxglade')
-rw-r--r--dev-util/wxglade/ChangeLog5
-rw-r--r--dev-util/wxglade/wxglade-0.3.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog
index 03527dac9765..02ae14c138f5 100644
--- a/dev-util/wxglade/ChangeLog
+++ b/dev-util/wxglade/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/wxglade
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.8 2004/08/20 20:31:33 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.9 2004/08/26 17:36:22 hansmi Exp $
+
+ 26 Aug 2004; Michael Hanselmann <hansmi@gentoo.org> wxglade-0.3.3.ebuild:
+ Marked ~amd64.
20 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> wxglade-0.3.1-r1.ebuild,
wxglade-0.3.1.ebuild, wxglade-0.3.2.ebuild, wxglade-0.3.3.ebuild:
diff --git a/dev-util/wxglade/wxglade-0.3.3.ebuild b/dev-util/wxglade/wxglade-0.3.3.ebuild
index ea5a5c4f266b..4bc5f8cc19eb 100644
--- a/dev-util/wxglade/wxglade-0.3.3.ebuild
+++ b/dev-util/wxglade/wxglade-0.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.3.3.ebuild,v 1.4 2004/08/20 20:31:33 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.3.3.ebuild,v 1.5 2004/08/26 17:36:22 hansmi Exp $
S="${WORKDIR}/wxGlade-${PV}"
DESCRIPTION="Glade-like GUI designer which can generate Python, Perl, C++ or XRC code"
@@ -8,7 +8,7 @@ HOMEPAGE="http://wxglade.sourceforge.net/"
SRC_URI="mirror://sourceforge/wxglade/wxGlade-${PV}.tgz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
DEPEND=">=dev-lang/python-2.2
>=dev-python/wxpython-2.4.2.4"