summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-03 23:23:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-15 01:21:31 +0200
commit76aa0e6c058bcb53fd01368481281fd4786a7ada (patch)
tree802ae12bf9c8a4c4b70d1b914355618a59ec211e
parentdev-python/sphinx-jinja: Drop superfluous calls to python_is_python3 (diff)
downloadgentoo-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>
-rw-r--r--dev-util/trace-cmd/trace-cmd-2.8.3.ebuild2
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}" \