Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/
Date: Wed, 01 Nov 2017 19:04:06
Message-Id: 1509563032.d16f71a7fd7e2bb9fc44d81284681719a4c37707.dilfridge@gentoo
1 commit: d16f71a7fd7e2bb9fc44d81284681719a4c37707
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 1 19:03:52 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 1 19:03:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16f71a7
7
8 sys-libs/pwdb: Add missing dependency on libnsl, bug 630410
9
10 Closes: https://bugs.gentoo.org/630410
11 Package-Manager: Portage-2.3.13, Repoman-2.3.4
12
13 sys-libs/pwdb/{pwdb-0.62.ebuild => pwdb-0.62-r1.ebuild} | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-libs/pwdb/pwdb-0.62.ebuild b/sys-libs/pwdb/pwdb-0.62-r1.ebuild
17 similarity index 95%
18 rename from sys-libs/pwdb/pwdb-0.62.ebuild
19 rename to sys-libs/pwdb/pwdb-0.62-r1.ebuild
20 index 28bcc00b9e7..036cbd1cd4e 100644
21 --- a/sys-libs/pwdb/pwdb-0.62.ebuild
22 +++ b/sys-libs/pwdb/pwdb-0.62-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2012 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI="4"
29 +EAPI=5
30
31 inherit eutils toolchain-funcs flag-o-matic
32
33 @@ -17,6 +17,7 @@ RESTRICT="test" #122603
34
35 # Note: NIS could probably be made conditional if anyone cared ...
36 RDEPEND="selinux? ( sys-libs/libselinux )
37 + net-libs/libnsl:0=
38 net-libs/libtirpc"
39 DEPEND="${RDEPEND}"