diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-11-23 17:47:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-11-23 17:47:09 +0000 |
commit | c46a550bba584eb279a22ba1e76525f83db59c8d (patch) | |
tree | 64c9fcc36f01b63aba4a9812fc1395c80a14d818 /dev-lang/python | |
parent | Version bump. (diff) | |
download | gentoo-2-c46a550bba584eb279a22ba1e76525f83db59c8d.tar.gz gentoo-2-c46a550bba584eb279a22ba1e76525f83db59c8d.tar.bz2 gentoo-2-c46a550bba584eb279a22ba1e76525f83db59c8d.zip |
Typo.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/python-3.3.2-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-3.3.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 5c04d482c381..c51912590a56 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.713 2013/11/23 17:23:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.714 2013/11/23 17:47:09 jer Exp $ + + 23 Nov 2013; Jeroen Roovers <jer@gentoo.org> python-3.3.2-r2.ebuild, + python-3.3.3.ebuild: + Typo. 23 Nov 2013; Mike Gilbert <floppym@gentoo.org> python-3.3.2-r2.ebuild, python-3.3.3.ebuild: diff --git a/dev-lang/python/python-3.3.2-r2.ebuild b/dev-lang/python/python-3.3.2-r2.ebuild index b88876c51702..959860e085a4 100644 --- a/dev-lang/python/python-3.3.2-r2.ebuild +++ b/dev-lang/python/python-3.3.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild,v 1.7 2013/11/23 17:23:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild,v 1.8 2013/11/23 17:47:09 jer Exp $ EAPI="3" WANT_AUTOMAKE="none" @@ -305,7 +305,7 @@ pkg_postinst() { if [[ "${python_updater_warning}" == "1" ]]; then 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 --chanded-use option to rebuild packages installing python modules." + 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 diff --git a/dev-lang/python/python-3.3.3.ebuild b/dev-lang/python/python-3.3.3.ebuild index c3d26b1c8e98..1f8bdaa97832 100644 --- a/dev-lang/python/python-3.3.3.ebuild +++ b/dev-lang/python/python-3.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.3.ebuild,v 1.2 2013/11/23 17:23:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.3.ebuild,v 1.3 2013/11/23 17:47:09 jer Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -303,7 +303,7 @@ pkg_postinst() { if [[ "${python_updater_warning}" == "1" ]]; then 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 --chanded-use option to rebuild packages installing python modules." + 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 |