summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-11-23 16:02:56 +0000
committerMike Gilbert <floppym@gentoo.org>2014-11-23 16:02:56 +0000
commitabe03ac2eb82610163d0edbd99ef29fd5053085a (patch)
tree3ea23366477f6c491317621ceedbcb536edbe48f /eclass
parentDisable python3_4 default for this arch. (diff)
downloadgentoo-2-abe03ac2eb82610163d0edbd99ef29fd5053085a.tar.gz
gentoo-2-abe03ac2eb82610163d0edbd99ef29fd5053085a.tar.bz2
gentoo-2-abe03ac2eb82610163d0edbd99ef29fd5053085a.zip
Remove python3_2.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/python-utils-r1.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index edefc50f6261..03e1b580940e 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.1440 2014/11/23 15:00:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1441 2014/11/23 16:02:56 floppym Exp $
+
+ 23 Nov 2014; Mike Gilbert <floppym@gentoo.org> python-utils-r1.eclass:
+ Remove python3_2.
23 Nov 2014; Michał Górny <mgorny@gentoo.org> gnome2-utils.eclass:
Support multilib for gnome2_query_immodules_gtk3(), needed by
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index e517ca1eec18..4ec8f789cc69 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.64 2014/11/09 22:27:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.65 2014/11/23 16:02:56 floppym Exp $
# @ECLASS: python-utils-r1
# @MAINTAINER:
@@ -42,7 +42,7 @@ inherit eutils multilib toolchain-funcs
_PYTHON_ALL_IMPLS=(
jython2_5 jython2_7
pypy pypy3
- python3_2 python3_3 python3_4
+ python3_3 python3_4
python2_7
)