diff options
author | 2020-04-24 13:44:24 +0300 | |
---|---|---|
committer | 2020-04-24 13:44:24 +0300 | |
commit | ef0f468b3ca40e15fec876e99b469cc1af19a4f9 (patch) | |
tree | 41f563eeba234402d55b1d76d6ebb36b4abdd74c /x11-wm/qtile | |
parent | x11-wm/qtile: Version bump (v0.15.1) (diff) | |
download | gentoo-ef0f468b3ca40e15fec876e99b469cc1af19a4f9.tar.gz gentoo-ef0f468b3ca40e15fec876e99b469cc1af19a4f9.tar.bz2 gentoo-ef0f468b3ca40e15fec876e99b469cc1af19a4f9.zip |
x11-wm/qtile: Drop py36
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'x11-wm/qtile')
-rw-r--r-- | x11-wm/qtile/qtile-0.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild index 798fdf2473cf..dae1095c6247 100644 --- a/x11-wm/qtile/qtile-0.15.1.ebuild +++ b/x11-wm/qtile/qtile-0.15.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 virtualx |