diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-04 09:58:43 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-04 09:59:46 -0500 |
commit | 6701e05d753f8124d650ffe02625df0930abac90 (patch) | |
tree | eb422ce864650f78bb2930a438fedc335889800b /app-accessibility/caribou | |
parent | dev-lua/toluapp: update deps (diff) | |
download | gentoo-6701e05d753f8124d650ffe02625df0930abac90.tar.gz gentoo-6701e05d753f8124d650ffe02625df0930abac90.tar.bz2 gentoo-6701e05d753f8124d650ffe02625df0930abac90.zip |
app-accessibility/caribou: add py3_8
Bug: https://bugs.gentoo.org/718160
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-accessibility/caribou')
-rw-r--r-- | app-accessibility/caribou/caribou-0.4.21-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-accessibility/caribou/caribou-0.4.21-r1.ebuild b/app-accessibility/caribou/caribou-0.4.21-r1.ebuild index 9b674667c82a..158a322739f6 100644 --- a/app-accessibility/caribou/caribou-0.4.21-r1.ebuild +++ b/app-accessibility/caribou/caribou-0.4.21-r1.ebuild @@ -2,8 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{6,7} ) + +PYTHON_COMPAT=( python3_{6..8} ) + PYTHON_REQ_USE="xml" inherit gnome2 python-r1 |