Gentoo Archives: gentoo-commits

From: Jonathan Callen <jcallen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kate/
Date: Wed, 25 Jun 2014 04:15:23
Message-Id: 1403669698.9ce9b7b529ec418a26013774d9a00e702209ba9a.jcallen@gentoo
1 commit: 9ce9b7b529ec418a26013774d9a00e702209ba9a
2 Author: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 25 04:14:58 2014 +0000
4 Commit: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 25 04:14:58 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9ce9b7b5
7
8 [kde-base/kate] Add python3_4 to PYTHON_COMPAT
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 kde-base/kate/kate-4.13.49.9999.ebuild | 2 +-
14 kde-base/kate/kate-4.9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-base/kate/kate-4.13.49.9999.ebuild b/kde-base/kate/kate-4.13.49.9999.ebuild
18 index c644335..a9e968e 100644
19 --- a/kde-base/kate/kate-4.13.49.9999.ebuild
20 +++ b/kde-base/kate/kate-4.13.49.9999.ebuild
21 @@ -5,7 +5,7 @@
22 EAPI=5
23 KDE_HANDBOOK="optional"
24 KMNAME="kate"
25 -PYTHON_COMPAT=( python{2_7,3_2,3_3} )
26 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
27
28 inherit python-single-r1 kde4-meta
29
30
31 diff --git a/kde-base/kate/kate-4.9999.ebuild b/kde-base/kate/kate-4.9999.ebuild
32 index 7ecf1aa..49fe157 100644
33 --- a/kde-base/kate/kate-4.9999.ebuild
34 +++ b/kde-base/kate/kate-4.9999.ebuild
35 @@ -5,7 +5,7 @@
36 EAPI=5
37 KDE_HANDBOOK="optional"
38 KMNAME="kate"
39 -PYTHON_COMPAT=( python{2_7,3_2,3_3} )
40 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
41
42 inherit python-single-r1 kde4-meta