diff options
author | Alessandro Rosetti <alessandro.rosetti@gmail.com> | 2017-09-09 09:52:21 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-28 00:55:45 +0200 |
commit | 8c732cd6a3fb9c950ddb342b98e19b651045a823 (patch) | |
tree | 597d0534e25fc9d8a5bec725881435901ccf03d6 /x11-misc | |
parent | gnome-extra/gnome-commander: version bump to 1.6.4 and 1.8.0. (diff) | |
download | gentoo-8c732cd6a3fb9c950ddb342b98e19b651045a823.tar.gz gentoo-8c732cd6a3fb9c950ddb342b98e19b651045a823.tar.bz2 gentoo-8c732cd6a3fb9c950ddb342b98e19b651045a823.zip |
x11-misc/compton: add python 3.6 target.
Closes: https://github.com/gentoo/gentoo/pull/5668
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/compton/compton-0.1_beta2.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/compton/compton-9999.ebuild | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2.ebuild index a880a690e6bc..3db6c5ff51cb 100644 --- a/x11-misc/compton/compton-0.1_beta2.ebuild +++ b/x11-misc/compton/compton-0.1_beta2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit toolchain-funcs python-r1 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild index 13e6bb5241e8..518b6a8a2250 100644 --- a/x11-misc/compton/compton-9999.ebuild +++ b/x11-misc/compton/compton-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit toolchain-funcs python-r1 git-r3 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" |