Skip to content

Commit

Permalink
app-accessibility/caribou: add py3_8
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/718160
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Dec 4, 2020
1 parent 8833d06 commit 6701e05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-accessibility/caribou/caribou-0.4.21-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6701e05

Please sign in to comment.