diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-03-25 17:15:18 -0400 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-26 09:04:04 +0100 |
commit | 232a12739a8cc5ae1cc5c08d034f5bde643b3551 (patch) | |
tree | 7bbc1af8f10abec1650ce928fd7fa4e6b057e593 /sys-process/lsof | |
parent | media-sound/strawberry: Removed old (diff) | |
download | gentoo-232a12739a8cc5ae1cc5c08d034f5bde643b3551.tar.gz gentoo-232a12739a8cc5ae1cc5c08d034f5bde643b3551.tar.bz2 gentoo-232a12739a8cc5ae1cc5c08d034f5bde643b3551.zip |
sys-process/lsof: move pkg-config to BDEPEND
Closes: https://bugs.gentoo.org/778257
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-process/lsof')
-rw-r--r-- | sys-process/lsof/lsof-4.93.2-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-process/lsof/lsof-4.94.0.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-process/lsof/lsof-4.93.2-r1.ebuild b/sys-process/lsof/lsof-4.93.2-r1.ebuild index ef5d9ba7c0f7..cb17296fd864 100644 --- a/sys-process/lsof/lsof-4.93.2-r1.ebuild +++ b/sys-process/lsof/lsof-4.93.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,10 +17,10 @@ IUSE="examples ipv6 rpc selinux" RDEPEND="rpc? ( net-libs/libtirpc ) selinux? ( sys-libs/libselinux )" -DEPEND="${RDEPEND} - rpc? ( virtual/pkgconfig )" +DEPEND="${RDEPEND}" BDEPEND=" sys-apps/groff + rpc? ( virtual/pkgconfig ) " PATCHES=( diff --git a/sys-process/lsof/lsof-4.94.0.ebuild b/sys-process/lsof/lsof-4.94.0.ebuild index d314dedcc18a..c711a7ed8aa9 100644 --- a/sys-process/lsof/lsof-4.94.0.ebuild +++ b/sys-process/lsof/lsof-4.94.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,10 +17,10 @@ IUSE="examples ipv6 rpc selinux" RDEPEND="rpc? ( net-libs/libtirpc ) selinux? ( sys-libs/libselinux )" -DEPEND="${RDEPEND} - rpc? ( virtual/pkgconfig )" +DEPEND="${RDEPEND}" BDEPEND=" sys-apps/groff + rpc? ( virtual/pkgconfig ) " # needs fixing first |