diff options
author | 2014-03-30 20:23:57 +0000 | |
---|---|---|
committer | 2014-03-30 20:23:57 +0000 | |
commit | ac0a32735c6e94467ec4182178511131330bc148 (patch) | |
tree | 37d96b8b88c023ec299ed4ac6881ebf2d44cc286 /dev-lang/python | |
parent | Remove old versions. (diff) | |
download | gentoo-2-ac0a32735c6e94467ec4182178511131330bc148.tar.gz gentoo-2-ac0a32735c6e94467ec4182178511131330bc148.tar.bz2 gentoo-2-ac0a32735c6e94467ec4182178511131330bc148.zip |
Update postinst message; python.eclass does not support 3.4.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.4.0.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 6752c5d8c2ec..34bd8f7f551d 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.753 2014/03/28 02:10:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.754 2014/03/30 20:23:57 floppym Exp $ + + 30 Mar 2014; Mike Gilbert <floppym@gentoo.org> python-3.4.0.ebuild: + Update postinst message; python.eclass does not support 3.4. 28 Mar 2014; Mike Gilbert <floppym@gentoo.org> python-3.2.5-r3.ebuild: Backport readline-6.3 fixes to python-3.2.5, bug 505416. diff --git a/dev-lang/python/python-3.4.0.ebuild b/dev-lang/python/python-3.4.0.ebuild index 5f8ae4d67693..6593786ad656 100644 --- a/dev-lang/python/python-3.4.0.ebuild +++ b/dev-lang/python/python-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v 1.1 2014/03/28 01:45:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v 1.2 2014/03/30 20:23:57 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -311,8 +311,6 @@ pkg_postinst() { ewarn "You have just upgraded from an older version of Python." ewarn ewarn "Please adjust PYTHON_TARGETS (if so desired), and run emerge with the --newuse or --changed-use option to rebuild packages installing python modules." - ewarn - ewarn "For legacy packages, you should switch active version of Python and run 'python-updater [options]' to rebuild Python modules." fi } |