diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:56:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:00:10 +0100 |
commit | 1a22e575a1283414e9f1fa1822177a3a50491100 (patch) | |
tree | 787be89ecea50b624fd1a38909568b683ce75eff /dev-util/trace-cmd | |
parent | dev-util/molecule-core: Remove py2 (diff) | |
download | gentoo-1a22e575a1283414e9f1fa1822177a3a50491100.tar.gz gentoo-1a22e575a1283414e9f1fa1822177a3a50491100.tar.bz2 gentoo-1a22e575a1283414e9f1fa1822177a3a50491100.zip |
dev-util/trace-cmd: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/trace-cmd')
-rw-r--r-- | dev-util/trace-cmd/trace-cmd-2.8.3.ebuild | 2 | ||||
-rw-r--r-- | 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 |