diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-04 09:46:21 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-04 09:47:45 -0500 |
commit | a1a6b92a86d7e9f4a0cc9d875549a52b15afbe43 (patch) | |
tree | 7ab778552d0a6ebc58edf7c942adb36633169f2d /app-accessibility | |
parent | profiles: Add experimental rv64 systemd profiles (diff) | |
download | gentoo-a1a6b92a86d7e9f4a0cc9d875549a52b15afbe43.tar.gz gentoo-a1a6b92a86d7e9f4a0cc9d875549a52b15afbe43.tar.bz2 gentoo-a1a6b92a86d7e9f4a0cc9d875549a52b15afbe43.zip |
app-accessibility/accerciser: add py3_8
Bug: https://bugs.gentoo.org/718160
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/accerciser/accerciser-3.36.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-accessibility/accerciser/accerciser-3.36.2.ebuild b/app-accessibility/accerciser/accerciser-3.36.2.ebuild index b0b41bfafe3e..df23cbc6b64c 100644 --- a/app-accessibility/accerciser/accerciser-3.36.2.ebuild +++ b/app-accessibility/accerciser/accerciser-3.36.2.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) + +PYTHON_COMPAT=( python3_{6..8} ) + PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1 |