diff options
Diffstat (limited to 'dev-util/wxglade/wxglade-0.3.4.ebuild')
-rw-r--r-- | dev-util/wxglade/wxglade-0.3.4.ebuild | 6 |
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 } |