commit: 6701e05d753f8124d650ffe02625df0930abac90 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Fri Dec 4 14:58:43 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Dec 4 14:59:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6701e05d
app-accessibility/caribou: add py3_8 Bug: https://bugs.gentoo.org/718160 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> app-accessibility/caribou/caribou-0.4.21-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-accessibility/caribou/caribou-0.4.21-r1.ebuild b/app-accessibility/caribou/caribou-0.4.21-r1.ebuild index 9b674667c82..158a322739f 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
