diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-11-08 14:47:02 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-11-08 14:47:02 +0100 |
commit | 50fbf6313300c11180a20da747a564bc3f505955 (patch) | |
tree | cceb688378a37351e87f0adb93f383c12c54e7eb /dev-util/perf | |
parent | app-misc/hivex: Needs slot op on perl, bug 617972 (diff) | |
download | gentoo-50fbf6313300c11180a20da747a564bc3f505955.tar.gz gentoo-50fbf6313300c11180a20da747a564bc3f505955.tar.bz2 gentoo-50fbf6313300c11180a20da747a564bc3f505955.zip |
dev-util/perf: Needs slot op on perl, bug 617972
Bug: https://bugs.gentoo.org/617972
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-util/perf')
-rw-r--r-- | dev-util/perf/perf-4.14.33-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/perf/perf-4.20.3.ebuild | 2 | ||||
-rw-r--r-- | dev-util/perf/perf-5.3.7.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/perf/perf-4.14.33-r1.ebuild b/dev-util/perf/perf-4.14.33-r1.ebuild index 8c80e235b46a..a56ee6109a46 100644 --- a/dev-util/perf/perf-4.14.33-r1.ebuild +++ b/dev-util/perf/perf-4.14.33-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,7 +42,7 @@ RDEPEND="audit? ( sys-process/audit ) demangle? ( sys-libs/binutils-libs:= ) gtk? ( x11-libs/gtk+:2 ) numa? ( sys-process/numactl ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) slang? ( dev-libs/newt ) unwind? ( sys-libs/libunwind ) diff --git a/dev-util/perf/perf-4.20.3.ebuild b/dev-util/perf/perf-4.20.3.ebuild index 1cf8fe37964b..a366266a3ad6 100644 --- a/dev-util/perf/perf-4.20.3.ebuild +++ b/dev-util/perf/perf-4.20.3.ebuild @@ -50,7 +50,7 @@ RDEPEND="audit? ( sys-process/audit ) java? ( virtual/jre:* ) lzma? ( app-arch/xz-utils ) numa? ( sys-process/numactl ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) slang? ( sys-libs/slang ) systemtap? ( dev-util/systemtap ) diff --git a/dev-util/perf/perf-5.3.7.ebuild b/dev-util/perf/perf-5.3.7.ebuild index 22d9957a2549..dbfe8de5c4ba 100644 --- a/dev-util/perf/perf-5.3.7.ebuild +++ b/dev-util/perf/perf-5.3.7.ebuild @@ -50,7 +50,7 @@ RDEPEND="audit? ( sys-process/audit ) java? ( virtual/jre:* ) lzma? ( app-arch/xz-utils ) numa? ( sys-process/numactl ) - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) slang? ( sys-libs/slang ) systemtap? ( dev-util/systemtap ) |