From: Ben Kohler Date: Tue, 7 Jan 2020 16:31:40 +0000 (-0600) Subject: x11-misc/arandr: update PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=35ea7ab6ec235a476d11746f561c67fdd2bbc878;p=gentoo.git x11-misc/arandr: update PYTHON_COMPAT Closes: https://bugs.gentoo.org/702450 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler --- diff --git a/x11-misc/arandr/arandr-0.1.10.ebuild b/x11-misc/arandr/arandr-0.1.10.ebuild index b87af6b67e95..7c73a42e23bb 100644 --- a/x11-misc/arandr/arandr-0.1.10.ebuild +++ b/x11-misc/arandr/arandr-0.1.10.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Another XRandR GUI"