From 02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6 Mon Sep 17 00:00:00 2001 From: James Beddek Date: Sat, 9 Oct 2021 22:01:27 +1300 Subject: */*: drop dead python impls Signed-off-by: James Beddek --- app-portage/pacvis/pacvis-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-portage') diff --git a/app-portage/pacvis/pacvis-0.4.2.ebuild b/app-portage/pacvis/pacvis-0.4.2.ebuild index 353db4b57..a55cfb8eb 100644 --- a/app-portage/pacvis/pacvis-0.4.2.ebuild +++ b/app-portage/pacvis/pacvis-0.4.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad