summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2021-03-25 17:15:18 -0400
committerLars Wendler <polynomial-c@gentoo.org>2021-03-26 09:04:04 +0100
commit232a12739a8cc5ae1cc5c08d034f5bde643b3551 (patch)
tree7bbc1af8f10abec1650ce928fd7fa4e6b057e593
parentmedia-sound/strawberry: Removed old (diff)
downloadgentoo-232a1273.tar.gz
gentoo-232a1273.tar.bz2
gentoo-232a1273.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>
-rw-r--r--sys-process/lsof/lsof-4.93.2-r1.ebuild6
-rw-r--r--sys-process/lsof/lsof-4.94.0.ebuild6
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