diff options
Diffstat (limited to 'dev-util/wxglade/wxglade-0.4.1.ebuild')
-rw-r--r-- | dev-util/wxglade/wxglade-0.4.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/wxglade/wxglade-0.4.1.ebuild b/dev-util/wxglade/wxglade-0.4.1.ebuild index e4682a6d1dfc..0b7fa977e7ec 100644 --- a/dev-util/wxglade/wxglade-0.4.1.ebuild +++ b/dev-util/wxglade/wxglade-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.4.1.ebuild,v 1.5 2007/05/19 18:35:17 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.4.1.ebuild,v 1.6 2007/10/03 04:17:18 dirtyepic Exp $ inherit python @@ -14,16 +14,16 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" S="${WORKDIR}/${MY_P}" DEPEND=">=dev-lang/python-2.2 - >=dev-python/wxpython-2.6" + =dev-python/wxpython-2.6*" src_install() { python_version dodir /usr/lib/python${PYVER}/site-packages/${PN} dodoc *txt - cp credits.txt ${D}/usr/lib/python${PYVER}/site-packages/${PN}/ + cp credits.txt "${D}"/usr/lib/python${PYVER}/site-packages/${PN}/ dohtml -r docs/* rm -rf docs *txt - cp -R * ${D}/usr/lib/python${PYVER}/site-packages/${PN}/ + 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 "exec python /usr/lib/python${PYVER}/site-packages/${PN}/wxglade.py \$*" >> wxglade |