diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:50:50 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:50:50 +0200 |
commit | 482d46340e029036af5610cfbd2ecf368102579a (patch) | |
tree | c087cea7596017cba2616aa19094ae290e3bb7cd /sys-libs/pwdb | |
parent | sys-auth/sssd: add missing virtual/pkgconfig BDEPEND (diff) | |
download | gentoo-482d46340e029036af5610cfbd2ecf368102579a.tar.gz gentoo-482d46340e029036af5610cfbd2ecf368102579a.tar.bz2 gentoo-482d46340e029036af5610cfbd2ecf368102579a.zip |
sys-libs/pwdb: add missing virtual/pkgconfig DEPEND
Found using:
$(grep -rsn -L -e "virtual/pkgconfig" | xargs grep "tc-getPKG_CONFIG")
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r-- | sys-libs/pwdb/pwdb-0.62-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/pwdb/pwdb-0.62-r1.ebuild b/sys-libs/pwdb/pwdb-0.62-r1.ebuild index ea832e84206e..b52b7ce51c0d 100644 --- a/sys-libs/pwdb/pwdb-0.62-r1.ebuild +++ b/sys-libs/pwdb/pwdb-0.62-r1.ebuild @@ -19,7 +19,8 @@ RESTRICT="test" #122603 RDEPEND="selinux? ( sys-libs/libselinux ) net-libs/libnsl:0= net-libs/libtirpc" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-build.patch |