summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-10-16 01:13:43 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-10-16 01:13:43 +0000
commitd5ee1370f01d2600aa667a99ebf8355a51f1fc30 (patch)
tree70157658fba297eeeaa58f2b5a76699f5cd3248e /dev-util/wxglade/wxglade-0.3.4.ebuild
parentversion bump (bug #66806) - ebuild submitted by Jamis Buck (Manifest recommit) (diff)
downloadgentoo-2-d5ee1370f01d2600aa667a99ebf8355a51f1fc30.tar.gz
gentoo-2-d5ee1370f01d2600aa667a99ebf8355a51f1fc30.tar.bz2
gentoo-2-d5ee1370f01d2600aa667a99ebf8355a51f1fc30.zip
Marked stable x86 and fixed bug# 67673 Thanks Vaclav Slavik <vaclav.slavik@matfyz.cz>
Diffstat (limited to 'dev-util/wxglade/wxglade-0.3.4.ebuild')
-rw-r--r--dev-util/wxglade/wxglade-0.3.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/wxglade/wxglade-0.3.4.ebuild b/dev-util/wxglade/wxglade-0.3.4.ebuild
index 3416b843287f..f09967e16573 100644
--- a/dev-util/wxglade/wxglade-0.3.4.ebuild
+++ b/dev-util/wxglade/wxglade-0.3.4.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.4.ebuild,v 1.1 2004/08/30 20:14:57 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.3.4.ebuild,v 1.2 2004/10/16 01:13:43 pythonhead Exp $
inherit python
@@ -11,7 +11,7 @@ HOMEPAGE="http://wxglade.sourceforge.net/"
SRC_URI="mirror://sourceforge/wxglade/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
DEPEND=">=dev-lang/python-2.2
>=dev-python/wxpython-2.4.2.4"
@@ -26,7 +26,7 @@ src_install() {
cp -R * ${D}/usr/lib/python${PYVER}/site-packages/${PN}/
dosym /usr/share/doc/${PF}/html /usr/lib/python${PYVER}/site-packages/${PN}/docs
echo "#!/bin/bash" > wxglade
- echo "/usr/lib/python${PYVER}/site-packages/${PN}/wxglade.py" >> wxglade
+ echo "/usr/lib/python${PYVER}/site-packages/${PN}/wxglade.py \$*" >> wxglade
exeinto /usr/bin
doexe wxglade
}