From d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 31 Jan 2021 00:36:06 +0100 Subject: */*: Remove obsolete values from PYTHON_COMPAT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-analyzer/carl/carl-0.9-r3.ebuild | 2 +- net-analyzer/carl/carl-0.9-r4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-analyzer/carl') diff --git a/net-analyzer/carl/carl-0.9-r3.ebuild b/net-analyzer/carl/carl-0.9-r3.ebuild index 8c4ba2d113c4..2a41dd6667a7 100644 --- a/net-analyzer/carl/carl-0.9-r3.ebuild +++ b/net-analyzer/carl/carl-0.9-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 pypy3) +PYTHON_COMPAT=( python3_7 python3_8 pypy3) inherit distutils-r1 diff --git a/net-analyzer/carl/carl-0.9-r4.ebuild b/net-analyzer/carl/carl-0.9-r4.ebuild index a69735f5b3bd..00fe1c36dbdd 100644 --- a/net-analyzer/carl/carl-0.9-r4.ebuild +++ b/net-analyzer/carl/carl-0.9-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 pypy3) +PYTHON_COMPAT=( python3_7 python3_8 pypy3) inherit distutils-r1 -- cgit v1.2.3-65-gdbad