summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-13 15:50:59 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-13 15:50:59 +0200
commit664787904563f0f53f8997b73b52656a591af846 (patch)
treef8638ae7f2580aa24e49a567765ba92588fb3485 /net-dialup
parentsys-fs/xfsdump: add missing virtual/pkgconfig (B)DEPEND (diff)
downloadgentoo-664787904563f0f53f8997b73b52656a591af846.tar.gz
gentoo-664787904563f0f53f8997b73b52656a591af846.tar.bz2
gentoo-664787904563f0f53f8997b73b52656a591af846.zip
net-dialup/ppp: add missing virtual/pkgconfig (B)DEPEND
Found using: $(grep -rsn -L -e "virtual/pkgconfig" | grep "\.ebuild" | xargs grep -l "tc-export.*PKG_CONFIG.*") Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ppp/ppp-2.4.8-r1.ebuild1
-rw-r--r--net-dialup/ppp/ppp-2.4.9-r2.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/net-dialup/ppp/ppp-2.4.8-r1.ebuild b/net-dialup/ppp/ppp-2.4.8-r1.ebuild
index 94962cff0306..e280893bbb46 100644
--- a/net-dialup/ppp/ppp-2.4.8-r1.ebuild
+++ b/net-dialup/ppp/ppp-2.4.8-r1.ebuild
@@ -26,6 +26,7 @@ DEPEND="
"
RDEPEND="${DEPEND}
!<net-misc/netifrc-0.7.1"
+BDEPEND="virtual/pkgconfig"
PDEPEND="net-dialup/ppp-scripts"
S="${WORKDIR}/${PN}-${P}"
diff --git a/net-dialup/ppp/ppp-2.4.9-r2.ebuild b/net-dialup/ppp/ppp-2.4.9-r2.ebuild
index e09649890def..5150bff5a5b1 100644
--- a/net-dialup/ppp/ppp-2.4.9-r2.ebuild
+++ b/net-dialup/ppp/ppp-2.4.9-r2.ebuild
@@ -26,6 +26,7 @@ DEPEND="
"
RDEPEND="${DEPEND}
!<net-misc/netifrc-0.7.1-r2"
+BDEPEND="virtual/pkgconfig"
PDEPEND="net-dialup/ppp-scripts"
S="${WORKDIR}/${PN}-${P}"