From 1a22e575a1283414e9f1fa1822177a3a50491100 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 10 Feb 2020 21:56:13 +0100 Subject: [PATCH] dev-util/trace-cmd: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-util/trace-cmd/trace-cmd-2.8.3.ebuild | 2 +- dev-util/trace-cmd/trace-cmd-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/trace-cmd/trace-cmd-2.8.3.ebuild b/dev-util/trace-cmd/trace-cmd-2.8.3.ebuild index accd695be067..831768c1b035 100644 --- a/dev-util/trace-cmd/trace-cmd-2.8.3.ebuild +++ b/dev-util/trace-cmd/trace-cmd-2.8.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_OPTIONAL=1 inherit linux-info python-r1 toolchain-funcs diff --git a/dev-util/trace-cmd/trace-cmd-9999.ebuild b/dev-util/trace-cmd/trace-cmd-9999.ebuild index cd3944c250c3..5bb14d9f6b26 100644 --- a/dev-util/trace-cmd/trace-cmd-9999.ebuild +++ b/dev-util/trace-cmd/trace-cmd-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_OPTIONAL=1 inherit linux-info python-r1 toolchain-funcs -- 2.26.2