commit: 1996892a3b7acbe7fef6689c8609e792b2264321
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 08:01:35 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 08:01:35 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1996892a
[dev-python/shiboken] Remove Python 2.6 support.
Package-Manager: portage-2.2.10
---
dev-python/shiboken/shiboken-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/shiboken/shiboken-9999.ebuild
b/dev-python/shiboken/shiboken-9999.ebuild
index 1d6bb13..8ca5d37 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit multilib cmake-utils python-r1 git-r3