commit: e221d50346a09f08ae6791c240da7abfeaf036cf
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May 1 22:29:06 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 1 22:29:06 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e221d503
[dev-libs/extra-cmake-modules] Drop Python 2.6 support
Package-Manager: portage-2.2.10
---
dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
index e226980..235f38b 100644
--- a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
+++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit cmake-utils git-r3 python-any-r1