From: Ben Kohler Date: Mon, 20 Jan 2020 18:28:43 +0000 (-0600) Subject: app-arch/patool: update PYTHON_TARGETS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fa33c35ec28baf9421b610c49840b6992fbf6159;p=gentoo.git app-arch/patool: update PYTHON_TARGETS Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler --- diff --git a/app-arch/patool/patool-1.12.ebuild b/app-arch/patool/patool-1.12.ebuild index d97524967980..e29ed3ba8086 100644 --- a/app-arch/patool/patool-1.12.ebuild +++ b/app-arch/patool/patool-1.12.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1