Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/
Date: Fri, 27 Oct 2017 22:56:09
Message-Id: 1509144945.8c732cd6a3fb9c950ddb342b98e19b651045a823.monsieurp@gentoo
1 commit: 8c732cd6a3fb9c950ddb342b98e19b651045a823
2 Author: Alessandro Rosetti <alessandro.rosetti <AT> gmail <DOT> com>
3 AuthorDate: Sat Sep 9 07:52:21 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 27 22:55:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c732cd6
7
8 x11-misc/compton: add python 3.6 target.
9
10 Closes: https://github.com/gentoo/gentoo/pull/5668
11
12 x11-misc/compton/compton-0.1_beta2.ebuild | 6 +++---
13 x11-misc/compton/compton-9999.ebuild | 2 +-
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2.ebuild
17 index a880a690e6b..3db6c5ff51c 100644
18 --- a/x11-misc/compton/compton-0.1_beta2.ebuild
19 +++ b/x11-misc/compton/compton-0.1_beta2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 -PYTHON_COMPAT=( python3_{4,5} )
29 +PYTHON_COMPAT=( python3_{4,5,6} )
30 inherit toolchain-funcs python-r1
31
32 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"
33
34 diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild
35 index 13e6bb5241e..518b6a8a225 100644
36 --- a/x11-misc/compton/compton-9999.ebuild
37 +++ b/x11-misc/compton/compton-9999.ebuild
38 @@ -3,7 +3,7 @@
39
40 EAPI=6
41
42 -PYTHON_COMPAT=( python3_{4,5} )
43 +PYTHON_COMPAT=( python3_{4,5,6} )
44 inherit toolchain-funcs python-r1 git-r3
45
46 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"