Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
Date: Tue, 10 Jun 2014 08:01:56
Message-Id: 1402387295.1996892a3b7acbe7fef6689c8609e792b2264321.kensington@gentoo
1 commit: 1996892a3b7acbe7fef6689c8609e792b2264321
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 10 08:01:35 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 10 08:01:35 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1996892a
7
8 [dev-python/shiboken] Remove Python 2.6 support.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-python/shiboken/shiboken-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
17 index 1d6bb13..8ca5d37 100644
18 --- a/dev-python/shiboken/shiboken-9999.ebuild
19 +++ b/dev-python/shiboken/shiboken-9999.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
25 +PYTHON_COMPAT=( python{2_7,3_2,3_3} )
26
27 inherit multilib cmake-utils python-r1 git-r3