summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-03 15:55:28 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-03 15:55:28 +0000
commiteee50ccf1553005c6072fd1dcc2352f076efd3a8 (patch)
tree6c9934af232482afdad3eb03aebec6e66e5cffcd /dev-util
parentRemove old (diff)
downloadgentoo-2-eee50ccf1553005c6072fd1dcc2352f076efd3a8.tar.gz
gentoo-2-eee50ccf1553005c6072fd1dcc2352f076efd3a8.tar.bz2
gentoo-2-eee50ccf1553005c6072fd1dcc2352f076efd3a8.zip
Enable Python 3.3 & 3.4.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/eric/ChangeLog7
-rw-r--r--dev-util/eric/eric-5.4.0_rc1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/eric/ChangeLog b/dev-util/eric/ChangeLog
index 136be50a87e3..e7583603d669 100644
--- a/dev-util/eric/ChangeLog
+++ b/dev-util/eric/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/eric
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.208 2013/12/27 01:54:52 pesa Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.209 2014/08/03 15:55:28 mgorny Exp $
+
+ 03 Aug 2014; Michał Górny <mgorny@gentoo.org> eric-5.4.0_rc1.ebuild:
+ Enable Python 3.3 & 3.4.
*eric-5.4.0_rc1 (27 Dec 2013)
*eric-4.5.17 (27 Dec 2013)
diff --git a/dev-util/eric/eric-5.4.0_rc1.ebuild b/dev-util/eric/eric-5.4.0_rc1.ebuild
index 32cfd47ec5d9..7e0cec6eaf3c 100644
--- a/dev-util/eric/eric-5.4.0_rc1.ebuild
+++ b/dev-util/eric/eric-5.4.0_rc1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.4.0_rc1.ebuild,v 1.1 2013/12/27 01:54:52 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.4.0_rc1.ebuild,v 1.2 2014/08/03 15:55:28 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python3_2 )
+PYTHON_COMPAT=( python{3_2,3_3,3_4} )
PYTHON_REQ_USE="sqlite,xml"
PLOCALES="cs de en es fr it ru tr zh_CN"