diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-09 18:34:42 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-09 18:34:42 +0000 |
commit | 2e2399bcf33c340ac3ced113cb112c6cea53b22c (patch) | |
tree | eb00e25496c1f714ec582b8c21989f5aad45ba92 /sci-visualization/pythonprop | |
parent | Version bump with multiple security fixes. (diff) | |
download | gentoo-2-2e2399bcf33c340ac3ced113cb112c6cea53b22c.tar.gz gentoo-2-2e2399bcf33c340ac3ced113cb112c6cea53b22c.tar.bz2 gentoo-2-2e2399bcf33c340ac3ced113cb112c6cea53b22c.zip |
Call python_pkg_setup().
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/pythonprop')
-rw-r--r-- | sci-visualization/pythonprop/pythonprop-0.10.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-visualization/pythonprop/pythonprop-0.10.ebuild b/sci-visualization/pythonprop/pythonprop-0.10.ebuild index 8079c3afec86..7e023e6b6252 100644 --- a/sci-visualization/pythonprop/pythonprop-0.10.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.10.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.10.ebuild,v 1.1 2011/02/06 10:56:55 tomjbe Exp $ - -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.10.ebuild,v 1.2 2011/02/09 18:34:42 arfrever Exp $ +EAPI="3" PYTHON_DEPEND="2" + inherit python DESCRIPTION="Scripts to prepare and plot VOACAP propagation predictions" @@ -23,6 +23,7 @@ DEPEND="${RDEPEND}" pkg_setup() { python_set_active_version 2 + python_pkg_setup } src_prepare() { |