diff options
author | 2010-01-16 14:34:44 +0000 | |
---|---|---|
committer | 2010-01-16 14:34:44 +0000 | |
commit | 26f66da36c1eca0ff62cfaff5fa65703e23e1e3d (patch) | |
tree | ac302e5e91c7e49303d7e6c0e42b8a7dfc3c5a28 /dev-lang/python/python-2.5.4-r4.ebuild | |
parent | Stable on alpha, bug #300697 (diff) | |
download | gentoo-2-26f66da36c1eca0ff62cfaff5fa65703e23e1e3d.tar.gz gentoo-2-26f66da36c1eca0ff62cfaff5fa65703e23e1e3d.tar.bz2 gentoo-2-26f66da36c1eca0ff62cfaff5fa65703e23e1e3d.zip |
EPYTHON no longer needs to be set.
(Portage version: 15200-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/python/python-2.5.4-r4.ebuild')
-rw-r--r-- | dev-lang/python/python-2.5.4-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.5.4-r4.ebuild b/dev-lang/python/python-2.5.4-r4.ebuild index aae54a03fd64..540c3660e7e1 100644 --- a/dev-lang/python/python-2.5.4-r4.ebuild +++ b/dev-lang/python/python-2.5.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.5 2010/01/12 16:08:42 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.6 2010/01/16 14:34:44 arfrever Exp $ EAPI="1" @@ -284,7 +284,7 @@ eselect_python_update() { pkg_postinst() { eselect_python_update - EPYTHON="$(PYTHON)" python_mod_optimize -x "(site-packages|test)" $(python_get_libdir) + python_mod_optimize -x "(site-packages|test)" $(python_get_libdir) if [[ "${python_updater_warning}" == "1" ]]; then ewarn |