diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-12-04 15:42:08 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-12-04 15:42:08 +0000 |
commit | 6d7fb0653a9c5a92a87d7a3b9fe20f3c1e2d103d (patch) | |
tree | d60e29646c0f4b6e9b4004c727bd9a1e894837af /dev-util/wxglade/wxglade-0.6.ebuild | |
parent | Version bump and correct some dependencies (diff) | |
download | gentoo-2-6d7fb0653a9c5a92a87d7a3b9fe20f3c1e2d103d.tar.gz gentoo-2-6d7fb0653a9c5a92a87d7a3b9fe20f3c1e2d103d.tar.bz2 gentoo-2-6d7fb0653a9c5a92a87d7a3b9fe20f3c1e2d103d.zip |
Lock to wxpython-2.6 at runtime.
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-util/wxglade/wxglade-0.6.ebuild')
-rw-r--r-- | dev-util/wxglade/wxglade-0.6.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-util/wxglade/wxglade-0.6.ebuild b/dev-util/wxglade/wxglade-0.6.ebuild index b0b3fc898001..e75364dad9a2 100644 --- a/dev-util/wxglade/wxglade-0.6.ebuild +++ b/dev-util/wxglade/wxglade-0.6.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.6.ebuild,v 1.6 2007/11/04 14:11:31 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.ebuild,v 1.7 2007/12/04 15:42:07 dirtyepic Exp $ inherit python multilib eutils @@ -16,6 +16,14 @@ S="${WORKDIR}/${MY_P}" DEPEND=">=dev-lang/python-2.3 =dev-python/wxpython-2.6*" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/${PN}-0.6.1-wxversion.patch +} + + src_install() { python_version dodir /usr/$(get_libdir)/python${PYVER}/site-packages/${PN} |