commit:     232a12739a8cc5ae1cc5c08d034f5bde643b3551
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 25 21:15:18 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 08:04:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232a1273

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 <AT> gmail.com>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/lsof/lsof-4.93.2-r1.ebuild | 6 +++---
 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 ef5d9ba7c0f..cb17296fd86 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 d314dedcc18..c711a7ed8aa 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

Reply via email to