From: Ben Kohler Date: Tue, 7 Jan 2020 14:04:53 +0000 (-0600) Subject: dev-python/pydecomp: update PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bf958360a42610f27f395d142de46e5629472be9;p=gentoo.git dev-python/pydecomp: update PYTHON_COMPAT Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler --- diff --git a/dev-python/pydecomp/pydecomp-0.3.ebuild b/dev-python/pydecomp/pydecomp-0.3.ebuild index fc453708cef9..dee7614b55cc 100644 --- a/dev-python/pydecomp/pydecomp-0.3.ebuild +++ b/dev-python/pydecomp/pydecomp-0.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 python-r1 diff --git a/dev-python/pydecomp/pydecomp-9999.ebuild b/dev-python/pydecomp/pydecomp-9999.ebuild index 5adfc4f644fa..a301c9b23467 100644 --- a/dev-python/pydecomp/pydecomp-9999.ebuild +++ b/dev-python/pydecomp/pydecomp-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 python-r1