Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/extra-cmake-modules/
Date: Thu, 17 Oct 2019 18:10:25
Message-Id: 1571335628.a4e11e5e2a0785e33999cc03ffd2bc8b037eff6f.asturm@gentoo
1 commit: a4e11e5e2a0785e33999cc03ffd2bc8b037eff6f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 17 18:07:08 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 17 18:07:08 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4e11e5e
7
8 kde-frameworks/extra-cmake-modules: Drop python2_7
9
10 Package-Manager: Portage-2.3.77, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild
17 index 5cfdab0f5d..14fce598df 100644
18 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild
19 +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
25 +PYTHON_COMPAT=( python3_{6,7} )
26 inherit cmake-utils kde.org python-any-r1
27
28 DESCRIPTION="Extra modules and scripts for CMake"