diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-07-05 19:06:15 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-07-05 19:06:15 +0000 |
commit | 10ddb866ccc3b03d9f1412d969b43eabe84a6142 (patch) | |
tree | cb49430aef1e728c310566ec3897783abaf22c69 | |
parent | rename libcursesw to libncursesw too (diff) | |
download | gentoo-2-10ddb866ccc3b03d9f1412d969b43eabe84a6142.tar.gz gentoo-2-10ddb866ccc3b03d9f1412d969b43eabe84a6142.tar.bz2 gentoo-2-10ddb866ccc3b03d9f1412d969b43eabe84a6142.zip |
Set PYTHON_MODNAME.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
-rw-r--r-- | dev-python/pyparted/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.8-r1.ebuild (renamed from dev-python/pyparted/pyparted-3.8.ebuild) | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog index 2cc971a5411b..0a0030a495ca 100644 --- a/dev-python/pyparted/ChangeLog +++ b/dev-python/pyparted/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyparted # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.62 2011/07/05 16:51:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.63 2011/07/05 19:06:15 jer Exp $ + +*pyparted-3.8-r1 (05 Jul 2011) + + 05 Jul 2011; Jeroen Roovers <jer@gentoo.org> -pyparted-3.8.ebuild, + +pyparted-3.8-r1.ebuild: + Set PYTHON_MODNAME. 05 Jul 2011; Jeroen Roovers <jer@gentoo.org> pyparted-3.8.ebuild: Expose USE=test. diff --git a/dev-python/pyparted/pyparted-3.8.ebuild b/dev-python/pyparted/pyparted-3.8-r1.ebuild index 545a04609a4f..64c4048f357a 100644 --- a/dev-python/pyparted/pyparted-3.8.ebuild +++ b/dev-python/pyparted/pyparted-3.8-r1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.8.ebuild,v 1.2 2011/07/05 16:51:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.8-r1.ebuild,v 1.1 2011/07/05 19:06:15 jer Exp $ EAPI="3" PYTHON_DEPEND="2:2.7" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython" +PYTHON_MODNAME="parted" inherit distutils |