summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-03-04 02:25:29 -0600
committerTim Harder <radhermit@gentoo.org>2019-03-04 02:33:47 -0600
commitd6b69a762eb7b16f99dfdffbba2bc8880957af19 (patch)
tree2b7d0f428f3f51c34343e12ef4d2c3899a0cca4a /x11-wm/qtile/qtile-9999.ebuild
parentdev-python/xvfbwrapper: add py37 support (diff)
downloadgentoo-d6b69a762eb7b16f99dfdffbba2bc8880957af19.tar.gz
gentoo-d6b69a762eb7b16f99dfdffbba2bc8880957af19.tar.bz2
gentoo-d6b69a762eb7b16f99dfdffbba2bc8880957af19.zip
x11-wm/qtile: version bump to 0.13.0
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'x11-wm/qtile/qtile-9999.ebuild')
-rw-r--r--x11-wm/qtile/qtile-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild
index 5ba9a0932049..94b5c125cf7c 100644
--- a/x11-wm/qtile/qtile-9999.ebuild
+++ b/x11-wm/qtile/qtile-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
inherit distutils-r1 virtualx
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
)
"
-# display retry backoff slowness and failures
+# display retry backoff slowness and failures
RESTRICT="test"
PATCHES=( "${FILESDIR}"/${PN}-0.12.0-tests.patch )