diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2012-07-26 08:18:36 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2012-07-26 08:18:36 +0000 |
commit | c1fac6ef49cc35dc0313315942ce55a030bb3e7b (patch) | |
tree | bc3b7fd2700a9a0f55f089bf7ab7b1fd8effb928 /www-apps/curator/curator-3.0_p20110120.ebuild | |
parent | dev-libs/g-wrap: Version Bump, #427468 (diff) | |
download | historical-c1fac6ef49cc35dc0313315942ce55a030bb3e7b.tar.gz historical-c1fac6ef49cc35dc0313315942ce55a030bb3e7b.tar.bz2 historical-c1fac6ef49cc35dc0313315942ce55a030bb3e7b.zip |
Change order in pkg_setup() for active Python version according bug 316967 by Arfrever
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'www-apps/curator/curator-3.0_p20110120.ebuild')
-rw-r--r-- | www-apps/curator/curator-3.0_p20110120.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/curator/curator-3.0_p20110120.ebuild b/www-apps/curator/curator-3.0_p20110120.ebuild index 152e69e160f4..37be89bd41f4 100644 --- a/www-apps/curator/curator-3.0_p20110120.ebuild +++ b/www-apps/curator/curator-3.0_p20110120.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-3.0_p20110120.ebuild,v 1.1 2012/07/17 19:14:27 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/curator/curator-3.0_p20110120.ebuild,v 1.2 2012/07/26 08:18:36 fauli Exp $ EAPI=4 @@ -25,8 +25,8 @@ RDEPEND="${DEPEND} S="${WORKDIR}/curator-3.0_pf078f1686a78" pkg_setup() { - python_pkg_setup python_set_active_version 2 + python_pkg_setup } src_compile() { : |