diff options
author | Karel Kočí <cynerd@email.cz> | 2021-11-11 07:22:14 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-11-11 07:22:14 +0100 |
commit | b811eaafe5326cc7c805b48e7c8516babd5653c8 (patch) | |
tree | f74158a913786717a75a88fdcc21f00eea38b92f /x11-misc | |
parent | 89a72bcbfd231d1b94e2bc4d03baf28ff68ae242 (diff) | |
download | gentoo-personal-overlay-b811eaafe5326cc7c805b48e7c8516babd5653c8.tar.gz gentoo-personal-overlay-b811eaafe5326cc7c805b48e7c8516babd5653c8.tar.bz2 gentoo-personal-overlay-b811eaafe5326cc7c805b48e7c8516babd5653c8.zip |
x11-misc/compton: enable newer python3 versions
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/compton/compton-0.1_beta2-r2.ebuild (renamed from x11-misc/compton/compton-0.1_beta2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2-r2.ebuild index 33e5c3c..0e2b641 100644 --- a/x11-misc/compton/compton-0.1_beta2.ebuild +++ b/x11-misc/compton/compton-0.1_beta2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit toolchain-funcs python-r1 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" |