Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
Date: Thu, 01 May 2014 22:46:16
Message-Id: 1398983346.e221d50346a09f08ae6791c240da7abfeaf036cf.johu@gentoo
1 commit: e221d50346a09f08ae6791c240da7abfeaf036cf
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 1 22:29:06 2014 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu May 1 22:29:06 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e221d503
7
8 [dev-libs/extra-cmake-modules] Drop Python 2.6 support
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
17 index e226980..235f38b 100644
18 --- a/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
19 +++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-9999.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
25 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
26
27 inherit cmake-utils git-r3 python-any-r1