commit: 35ea7ab6ec235a476d11746f561c67fdd2bbc878 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Jan 7 16:31:40 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Jan 7 16:32:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ea7ab6
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 <bkohler <AT> gentoo.org> x11-misc/arandr/arandr-0.1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/arandr/arandr-0.1.10.ebuild b/x11-misc/arandr/arandr-0.1.10.ebuild index b87af6b67e9..7c73a42e23b 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"
