diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-09-22 16:47:38 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-09-22 16:47:38 +0000 |
commit | 2c1e0ef2bcef32cbc5ef7631f68e3d81a2cba067 (patch) | |
tree | 44dedb8afcba31ea283ad64525b1242dc5fb2254 /dev-lang | |
parent | Default USE=xattr on for all hardened profiles, and force on for tar, coreuti... (diff) | |
download | gentoo-2-2c1e0ef2bcef32cbc5ef7631f68e3d81a2cba067.tar.gz gentoo-2-2c1e0ef2bcef32cbc5ef7631f68e3d81a2cba067.tar.bz2 gentoo-2-2c1e0ef2bcef32cbc5ef7631f68e3d81a2cba067.zip |
New patchset, should resolve bug 523072. Thanks for Arfrever for the updates.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index c94df3a035af..3678217be98c 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.785 2014/09/10 08:33:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.786 2014/09/22 16:47:38 floppym Exp $ + + 22 Sep 2014; Mike Gilbert <floppym@gentoo.org> python-2.7.8.ebuild: + New patchset, should resolve bug 523072. Thanks for Arfrever for the updates. 09 Sep 2014; Mike Frysinger <vapier@gentoo.org> python-2.7.7.ebuild, python-3.3.5-r1.ebuild: diff --git a/dev-lang/python/python-2.7.8.ebuild b/dev-lang/python/python-2.7.8.ebuild index 412387cfa3a5..f962d3c82b47 100644 --- a/dev-lang/python/python-2.7.8.ebuild +++ b/dev-lang/python/python-2.7.8.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-2.7.8.ebuild,v 1.1 2014/07/29 22:51:43 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.8.ebuild,v 1.2 2014/09/22 16:47:38 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -9,7 +9,7 @@ WANT_LIBTOOL="none" inherit autotools eutils flag-o-matic multilib pax-utils python-utils-r1 toolchain-funcs multiprocessing MY_P="Python-${PV}" -PATCHSET_VERSION="2.7.7-0" +PATCHSET_VERSION="2.7.8-0" DESCRIPTION="An interpreted, interactive, object-oriented programming language" HOMEPAGE="http://www.python.org/" |