diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:32:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:28 +0000 |
commit | c0ccbb8498a01f80eb9a7c3a34962a02e9b55cb7 (patch) | |
tree | a4d7b19fdeae09d78c4ac14a0a42570e3d8c2ff0 /dev-util/perf | |
parent | dev-util/nvidia-cuda-sdk: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-c0ccbb8498a01f80eb9a7c3a34962a02e9b55cb7.tar.gz gentoo-c0ccbb8498a01f80eb9a7c3a34962a02e9b55cb7.tar.bz2 gentoo-c0ccbb8498a01f80eb9a7c3a34962a02e9b55cb7.zip |
dev-util/perf: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/perf')
-rw-r--r-- | dev-util/perf/perf-5.10.16.ebuild | 1 | ||||
-rw-r--r-- | dev-util/perf/perf-5.11.ebuild | 1 | ||||
-rw-r--r-- | dev-util/perf/perf-5.8.ebuild | 1 | ||||
-rw-r--r-- | dev-util/perf/perf-5.9.9.ebuild | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/dev-util/perf/perf-5.10.16.ebuild b/dev-util/perf/perf-5.10.16.ebuild index eda4faf8ef8e..ea89efdd4c2c 100644 --- a/dev-util/perf/perf-5.10.16.ebuild +++ b/dev-util/perf/perf-5.10.16.ebuild @@ -40,6 +40,7 @@ BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} sys-devel/bison sys-devel/flex + virtual/pkgconfig doc? ( app-text/asciidoc app-text/sgml-common diff --git a/dev-util/perf/perf-5.11.ebuild b/dev-util/perf/perf-5.11.ebuild index eda4faf8ef8e..ea89efdd4c2c 100644 --- a/dev-util/perf/perf-5.11.ebuild +++ b/dev-util/perf/perf-5.11.ebuild @@ -40,6 +40,7 @@ BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} sys-devel/bison sys-devel/flex + virtual/pkgconfig doc? ( app-text/asciidoc app-text/sgml-common diff --git a/dev-util/perf/perf-5.8.ebuild b/dev-util/perf/perf-5.8.ebuild index 604113203758..806a44d725b4 100644 --- a/dev-util/perf/perf-5.8.ebuild +++ b/dev-util/perf/perf-5.8.ebuild @@ -62,6 +62,7 @@ DEPEND="${RDEPEND} ${LINUX_PATCH+dev-util/patchutils} sys-devel/bison sys-devel/flex + virtual/pkgconfig java? ( virtual/jdk ) doc? ( app-text/asciidoc diff --git a/dev-util/perf/perf-5.9.9.ebuild b/dev-util/perf/perf-5.9.9.ebuild index 251cfd4abb89..efd2d1b2d70a 100644 --- a/dev-util/perf/perf-5.9.9.ebuild +++ b/dev-util/perf/perf-5.9.9.ebuild @@ -40,6 +40,7 @@ BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} sys-devel/bison sys-devel/flex + virtual/pkgconfig doc? ( app-text/asciidoc app-text/sgml-common |