diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-01-07 10:31:40 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-01-07 10:32:16 -0600 |
commit | 35ea7ab6ec235a476d11746f561c67fdd2bbc878 (patch) | |
tree | e0b882a5340147480ea22d32b7ae18e0057a7e34 /x11-misc | |
parent | mail-client/s-nail: Version bump for 14.9.16 (diff) | |
download | gentoo-35ea7ab6ec235a476d11746f561c67fdd2bbc878.tar.gz gentoo-35ea7ab6ec235a476d11746f561c67fdd2bbc878.tar.bz2 gentoo-35ea7ab6ec235a476d11746f561c67fdd2bbc878.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/arandr/arandr-0.1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |