diff options
Diffstat (limited to 'dev-lang/python/python-2.7.11-r2.ebuild')
| -rw-r--r-- | dev-lang/python/python-2.7.11-r2.ebuild | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/dev-lang/python/python-2.7.11-r2.ebuild b/dev-lang/python/python-2.7.11-r2.ebuild index 50bc7a255dbb..9eeab0c3fe8c 100644 --- a/dev-lang/python/python-2.7.11-r2.ebuild +++ b/dev-lang/python/python-2.7.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -66,8 +66,7 @@ DEPEND="${RDEPEND} !sys-devel/gcc[libffi]" RDEPEND+=" !build? ( app-misc/mime-types ) doc? ( dev-python/python-docs:${SLOT} )" -PDEPEND=">=app-eselect/eselect-python-20140125-r1 - app-admin/python-updater" +PDEPEND=">=app-eselect/eselect-python-20140125-r1" S="${WORKDIR}/${MY_P}" @@ -343,12 +342,6 @@ src_install() { fi } -pkg_preinst() { - if has_version "<${CATEGORY}/${PN}-${SLOT}" && ! has_version "${CATEGORY}/${PN}:2.7"; then - python_updater_warning="1" - fi -} - eselect_python_update() { if [[ -z "$(eselect python show)" || ! -f "${EROOT}usr/bin/$(eselect python show)" ]]; then eselect python update @@ -357,12 +350,6 @@ eselect_python_update() { pkg_postinst() { eselect_python_update - - if [[ "${python_updater_warning}" == "1" ]]; then - ewarn "You have just upgraded from an older version of Python." - ewarn "You should switch active version of Python ${PV%%.*} and run" - ewarn "'python-updater [options]' to rebuild Python modules." - fi } pkg_postrm() { |
