Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/
Date: Sat, 11 Jan 2020 17:36:45
Message-Id: 1578764169.d329c48e1b298cd0d42610e42840b9101c439bae.floppym@gentoo
1 commit: d329c48e1b298cd0d42610e42840b9101c439bae
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 17:32:59 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 17:36:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d329c48e
7
8 sys-fs/quota: move net-nds/rpcbind to PDEPEND
9
10 Bug: https://bugs.gentoo.org/665222
11 Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 sys-fs/quota/{quota-4.04-r2.ebuild => quota-4.04-r3.ebuild} | 6 ++++--
15 sys-fs/quota/{quota-4.05.ebuild => quota-4.05-r1.ebuild} | 6 ++++--
16 2 files changed, 8 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-fs/quota/quota-4.04-r2.ebuild b/sys-fs/quota/quota-4.04-r3.ebuild
19 similarity index 95%
20 rename from sys-fs/quota/quota-4.04-r2.ebuild
21 rename to sys-fs/quota/quota-4.04-r3.ebuild
22 index 1d128be85e6..527e114c75e 100644
23 --- a/sys-fs/quota/quota-4.04-r2.ebuild
24 +++ b/sys-fs/quota/quota-4.04-r3.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2019 Gentoo Authors
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -22,7 +22,6 @@ RDEPEND="
32 dev-libs/libnl:3
33 )
34 rpc? (
35 - net-nds/rpcbind
36 elibc_glibc? ( sys-libs/glibc[-rpc(-)] )
37 net-libs/libtirpc
38 net-libs/rpcsvc-proto
39 @@ -33,6 +32,9 @@ DEPEND="
40 ${RDEPEND}
41 nls? ( sys-devel/gettext )
42 "
43 +PDEPEND="
44 + rpc? ( net-nds/rpcbind )
45 +"
46
47 PATCHES=(
48 "${FILESDIR}/${P}-glibc226.patch"
49
50 diff --git a/sys-fs/quota/quota-4.05.ebuild b/sys-fs/quota/quota-4.05-r1.ebuild
51 similarity index 95%
52 rename from sys-fs/quota/quota-4.05.ebuild
53 rename to sys-fs/quota/quota-4.05-r1.ebuild
54 index 06512aaf271..775d9babfdb 100644
55 --- a/sys-fs/quota/quota-4.05.ebuild
56 +++ b/sys-fs/quota/quota-4.05-r1.ebuild
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2019 Gentoo Authors
59 +# Copyright 1999-2020 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI=6
63 @@ -22,7 +22,6 @@ RDEPEND="
64 dev-libs/libnl:3
65 )
66 rpc? (
67 - net-nds/rpcbind
68 elibc_glibc? ( sys-libs/glibc[-rpc(-)] )
69 net-libs/libtirpc
70 net-libs/rpcsvc-proto
71 @@ -33,6 +32,9 @@ DEPEND="
72 ${RDEPEND}
73 nls? ( sys-devel/gettext )
74 "
75 +PDEPEND="
76 + rpc? ( net-nds/rpcbind )
77 +"
78
79 src_prepare() {
80 default