diff options
author | 2009-05-28 16:57:18 +0000 | |
---|---|---|
committer | 2009-05-28 16:57:18 +0000 | |
commit | c9b9bdb77f06d61fd715044274067d68d7787660 (patch) | |
tree | 65edae7ab54793d37f6fe2e8eabcf5c63042daf9 /dev-lang/python/python-2.4.6.ebuild | |
parent | Add einfo informing about the test that might fail. (diff) | |
download | historical-c9b9bdb77f06d61fd715044274067d68d7787660.tar.gz historical-c9b9bdb77f06d61fd715044274067d68d7787660.tar.bz2 historical-c9b9bdb77f06d61fd715044274067d68d7787660.zip |
Ignore 3.1 slot.
Diffstat (limited to 'dev-lang/python/python-2.4.6.ebuild')
-rw-r--r-- | dev-lang/python/python-2.4.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/python/python-2.4.6.ebuild b/dev-lang/python/python-2.4.6.ebuild index 4a8691551157..9d9e7f5698da 100644 --- a/dev-lang/python/python-2.4.6.ebuild +++ b/dev-lang/python/python-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.8 2009/05/27 15:53:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.9 2009/05/28 16:57:18 arfrever Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -230,14 +230,14 @@ src_install() { } pkg_postrm() { - eselect python update --ignore 3.0 + eselect python update --ignore 3.0 --ignore 3.1 python_mod_cleanup /usr/lib/python${PYVER} [[ "$(get_libdir)" == "lib" ]] || \ python_mod_cleanup /usr/$(get_libdir)/python${PYVER} } pkg_postinst() { - eselect python update --ignore 3.0 + eselect python update --ignore 3.0 --ignore 3.1 python_mod_optimize python_mod_optimize -x "(site-packages|test)" \ /usr/lib/python${PYVER} |