Skip to content

Commit

Permalink
app-emulation/libvirt: Dropped Python 3.6 compat.
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Davies <[email protected]>
Signed-off-by: Matthias Maier <[email protected]>
  • Loading branch information
jpds authored and tamiko committed Oct 1, 2020
1 parent 21b2340 commit dd99766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-emulation/libvirt/libvirt-6.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_COMPAT=( python3_{7,8,9} )

inherit meson bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd

Expand Down
2 changes: 1 addition & 1 deletion app-emulation/libvirt/libvirt-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_COMPAT=( python3_{7,8,9} )

inherit meson bash-completion-r1 eutils linux-info python-any-r1 readme.gentoo-r1 systemd

Expand Down

0 comments on commit dd99766

Please sign in to comment.