summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-11-11 07:22:14 +0100
committerKarel Kočí <cynerd@email.cz>2021-11-11 07:22:14 +0100
commitb811eaafe5326cc7c805b48e7c8516babd5653c8 (patch)
treef74158a913786717a75a88fdcc21f00eea38b92f
parent89a72bcbfd231d1b94e2bc4d03baf28ff68ae242 (diff)
downloadgentoo-personal-overlay-b811eaafe5326cc7c805b48e7c8516babd5653c8.tar.gz
gentoo-personal-overlay-b811eaafe5326cc7c805b48e7c8516babd5653c8.tar.bz2
gentoo-personal-overlay-b811eaafe5326cc7c805b48e7c8516babd5653c8.zip
x11-misc/compton: enable newer python3 versions
-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"