summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-05-01 09:06:36 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-05-01 09:06:36 +0100
commit0449b9f5493299e97f4a7556e21767a16a79abf3 (patch)
treef5245f5df1fa149be7253623ef2665e7d5c1b5ce /dev-util/perf/perf-5.11.ebuild
parentsci-calculators/qalculate-gtk: stable 3.17.0 for sparc, bug #787005 (diff)
downloadgentoo-0449b9f5493299e97f4a7556e21767a16a79abf3.tar.gz
gentoo-0449b9f5493299e97f4a7556e21767a16a79abf3.tar.bz2
gentoo-0449b9f5493299e97f4a7556e21767a16a79abf3.zip
dev-util/perf: unconditionally apply PYTHON_REQUIRED_USE
Bug #765397 declared unconditional use of python at build time. REQUIRED_USE needs to enforce that. Otherwise users could provide incompatible python_* USEs and get late build failures. Reported-by: Daniel M. Weeks Bug: https://bugs.gentoo.org/765397 Closes: https://bugs.gentoo.org/787242 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/perf/perf-5.11.ebuild')
-rw-r--r--dev-util/perf/perf-5.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/perf/perf-5.11.ebuild b/dev-util/perf/perf-5.11.ebuild
index 979b75171995..9de12cc7035b 100644
--- a/dev-util/perf/perf-5.11.ebuild
+++ b/dev-util/perf/perf-5.11.ebuild
@@ -34,7 +34,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="audit clang crypt debug +demangle +doc gtk java libpfm lzma numa perl python slang systemtap unwind zlib"
# TODO babeltrace
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
BDEPEND="
${LINUX_PATCH+dev-util/patchutils}