diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-11-29 23:03:42 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-11-29 23:03:42 +0000 |
commit | 458cb7de5ca954349c9a18c8f71005cf96042d81 (patch) | |
tree | d08ee10a0717d734279aca9e27dad59935e35f03 /eclass | |
parent | Easy to use 9999 version for testing, and a non-9999 version based on the sam... (diff) | |
download | gentoo-2-458cb7de5ca954349c9a18c8f71005cf96042d81.tar.gz gentoo-2-458cb7de5ca954349c9a18c8f71005cf96042d81.tar.bz2 gentoo-2-458cb7de5ca954349c9a18c8f71005cf96042d81.zip |
Remove leftover code for Python 3.2.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/python-utils-r1.eclass | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index c0b194bfa40e..dc59372d3071 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1447 2014/11/28 17:40:20 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1448 2014/11/29 23:03:42 mgorny Exp $ + + 29 Nov 2014; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass: + Remove leftover code for Python 3.2. 28 Nov 2014; Michael Pagano <mpagano@gentoo.org> kernel-2.eclass: Adjust sparc warning. See bug #529682 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 93959dbf1b07..e44b5b0bf731 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -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/eclass/python-utils-r1.eclass,v 1.66 2014/11/23 16:05:42 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.67 2014/11/29 23:03:42 mgorny Exp $ # @ECLASS: python-utils-r1 # @MAINTAINER: @@ -342,8 +342,6 @@ python_export() { case ${impl} in python2.7) PYTHON_PKG_DEP='>=dev-lang/python-2.7.5-r2:2.7';; - python3.2) - PYTHON_PKG_DEP='>=dev-lang/python-3.2.5-r2:3.2';; python3.3) PYTHON_PKG_DEP='>=dev-lang/python-3.3.2-r2:3.3';; python*) |