Skip to content

Commit

Permalink
gnome-base/gnome-settings-daemon-3.36: Add python 3.8/3.9 to compat
Browse files Browse the repository at this point in the history
Tests are p.use.masked, and that's the only use of python here, so just
add them without testing.

Closes: https://bugs.gentoo.org/758113
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Dec 2, 2020
1 parent a5fcf07 commit 28903d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python{3_6,3_7} )
PYTHON_COMPAT=( python3_{6,7,8,9} )

inherit gnome.org gnome2-utils python-any-r1 meson udev virtualx xdg

Expand Down

0 comments on commit 28903d0

Please sign in to comment.