commit: fd036280bbd7db8a40c5077646f40a8d22ac7a5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 13:49:08 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 13:52:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd036280
dev-python/cement: Remove py3.4 support, not supported by genshi
dev-python/cement/cement-2.0.2.ebuild | 4 ++--
dev-python/cement/cement-2.10.0.ebuild | 4 ++--
dev-python/cement/cement-2.6.2.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/cement/cement-2.0.2.ebuild
b/dev-python/cement/cement-2.0.2.ebuild
index c7f7dbe3daa..c43f43fc72c 100644
--- a/dev-python/cement/cement-2.0.2.ebuild
+++ b/dev-python/cement/cement-2.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 versionator
diff --git a/dev-python/cement/cement-2.10.0.ebuild
b/dev-python/cement/cement-2.10.0.ebuild
index 4a05edc33ec..3184a3a458a 100644
--- a/dev-python/cement/cement-2.10.0.ebuild
+++ b/dev-python/cement/cement-2.10.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 versionator
diff --git a/dev-python/cement/cement-2.6.2.ebuild
b/dev-python/cement/cement-2.6.2.ebuild
index 2fa1d7b8980..fd0d19c993e 100644
--- a/dev-python/cement/cement-2.6.2.ebuild
+++ b/dev-python/cement/cement-2.6.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 versionator