sys-apps/tcp-wrappers: fix build with netgroups (rpc)

Closes: https://bugs.gentoo.org/740102
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-05-17 00:12:24 +01:00
parent 714bfa983d
commit 06c402e3f1
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="ipv6 netgroups static-libs"
RDEPEND=""
RDEPEND="netgroups? ( net-libs/libnsl:= )"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}