mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-nds/yp-tools: add misisng libcrypt dependency
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -18,9 +18,11 @@ IUSE="nls"
|
||||
DEPEND="
|
||||
net-libs/libtirpc:=
|
||||
>=net-libs/libnsl-1.2.0:0=
|
||||
virtual/libcrypt:=
|
||||
nls? ( virtual/libintl )"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="nls? ( sys-devel/gettext )"
|
||||
BDEPEND="virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
Reference in New Issue
Block a user