diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-03 23:23:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-15 01:21:31 +0200 |
commit | 76aa0e6c058bcb53fd01368481281fd4786a7ada (patch) | |
tree | 802ae12bf9c8a4c4b70d1b914355618a59ec211e /dev-util | |
parent | dev-python/sphinx-jinja: Drop superfluous calls to python_is_python3 (diff) | |
download | gentoo-76aa0e6c058bcb53fd01368481281fd4786a7ada.tar.gz gentoo-76aa0e6c058bcb53fd01368481281fd4786a7ada.tar.bz2 gentoo-76aa0e6c058bcb53fd01368481281fd4786a7ada.zip |
dev-util/trace-cmd: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/trace-cmd/trace-cmd-2.8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 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 8a3d0ba72d94..0a21ac314489 100644 --- a/dev-util/trace-cmd/trace-cmd-2.8.3.ebuild +++ b/dev-util/trace-cmd/trace-cmd-2.8.3.ebuild @@ -78,7 +78,7 @@ src_compile() { python_compile() { pushd "${BUILD_DIR}" > /dev/null || die - python_is_python3 && eapply "${FILESDIR}/trace-cmd-2.8.3-python3-warnings.patch" + eapply "${FILESDIR}/trace-cmd-2.8.3-python3-warnings.patch" emake "${EMAKE_FLAGS[@]}" \ PYTHON_VERS="${EPYTHON}" \ |