diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-08 00:52:31 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-08 00:52:31 +0000 |
commit | 6c22a770718fd84260efa12995898a92c9f7a28e (patch) | |
tree | 096dc06ab403e5e183bb85b1b981525577c70373 /dev-util/wxglade | |
parent | Move PYTHON_DEPEND before inherit(), so that the dep is actually added (diff) | |
download | gentoo-2-6c22a770718fd84260efa12995898a92c9f7a28e.tar.gz gentoo-2-6c22a770718fd84260efa12995898a92c9f7a28e.tar.bz2 gentoo-2-6c22a770718fd84260efa12995898a92c9f7a28e.zip |
Move PYTHON_DEPEND before inherit(), so that the dep is actually added
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'dev-util/wxglade')
-rw-r--r-- | dev-util/wxglade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/wxglade/wxglade-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog index 5f2f603f0024..ad3a1bf1d0bc 100644 --- a/dev-util/wxglade/ChangeLog +++ b/dev-util/wxglade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/wxglade # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.51 2010/03/06 05:42:22 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.52 2010/03/08 00:52:31 abcd Exp $ + + 08 Mar 2010; Jonathan Callen <abcd@gentoo.org> wxglade-0.6.3.ebuild: + Move PYTHON_DEPEND before inherit(), so that the dep is actually added 06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> -wxglade-0.6.ebuild, -wxglade-0.6.1.ebuild, -files/wxglade-0.6.1-wxversion.patch, diff --git a/dev-util/wxglade/wxglade-0.6.3.ebuild b/dev-util/wxglade/wxglade-0.6.3.ebuild index fc918b7e02e5..b0e120cc4fed 100644 --- a/dev-util/wxglade/wxglade-0.6.3.ebuild +++ b/dev-util/wxglade/wxglade-0.6.3.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.7 2010/03/06 05:42:22 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.6.3.ebuild,v 1.8 2010/03/08 00:52:31 abcd Exp $ EAPI="2" +PYTHON_DEPEND="2:2.4" inherit eutils multilib python MY_P="wxGlade-${PV}" @@ -18,7 +19,6 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" DEPEND="dev-python/wxpython:2.8" -PYTHON_DEPEND="2:2.3" S="${WORKDIR}/${MY_P}" |