sys-libs/pwdb: Add missing dependency on libnsl, bug 630410
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 1 Nov 2017 19:03:52 +0000 (20:03 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 1 Nov 2017 19:03:52 +0000 (20:03 +0100)
Closes: https://bugs.gentoo.org/630410
Package-Manager: Portage-2.3.13, Repoman-2.3.4

sys-libs/pwdb/pwdb-0.62-r1.ebuild [moved from sys-libs/pwdb/pwdb-0.62.ebuild with 95% similarity]

similarity index 95%
rename from sys-libs/pwdb/pwdb-0.62.ebuild
rename to sys-libs/pwdb/pwdb-0.62-r1.ebuild
index 28bcc00b9e716e707f7c848faf06e0b7abade6c9..036cbd1cd4e34d21bca218c1f14f4f58861377d1 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=5
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -17,6 +17,7 @@ RESTRICT="test" #122603
 
 # Note: NIS could probably be made conditional if anyone cared ...
 RDEPEND="selinux? ( sys-libs/libselinux )
+       net-libs/libnsl:0=
        net-libs/libtirpc"
 DEPEND="${RDEPEND}"