commit: 1a22e575a1283414e9f1fa1822177a3a50491100
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 20:56:13 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 21:00:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a22e575
dev-util/trace-cmd: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 accd695be06..831768c1b03 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 cd3944c250c..5bb14d9f6b2 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