sys-fs/quota: move net-nds/rpcbind to PDEPEND
authorMike Gilbert <floppym@gentoo.org>
Sat, 11 Jan 2020 17:32:59 +0000 (12:32 -0500)
committerMike Gilbert <floppym@gentoo.org>
Sat, 11 Jan 2020 17:36:09 +0000 (12:36 -0500)
Bug: https://bugs.gentoo.org/665222
Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
sys-fs/quota/quota-4.04-r3.ebuild [moved from sys-fs/quota/quota-4.04-r2.ebuild with 95% similarity]
sys-fs/quota/quota-4.05-r1.ebuild [moved from sys-fs/quota/quota-4.05.ebuild with 95% similarity]

similarity index 95%
rename from sys-fs/quota/quota-4.04-r2.ebuild
rename to sys-fs/quota/quota-4.04-r3.ebuild
index 1d128be85e60e8a45fe5f9e29f4646363809e758..527e114c75ed8868e9fc1bf3129e0e19e3d31453 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,6 @@ RDEPEND="
                dev-libs/libnl:3
        )
        rpc? (
-               net-nds/rpcbind
                elibc_glibc? ( sys-libs/glibc[-rpc(-)] )
                net-libs/libtirpc
                net-libs/rpcsvc-proto
@@ -33,6 +32,9 @@ DEPEND="
        ${RDEPEND}
        nls? ( sys-devel/gettext )
 "
+PDEPEND="
+       rpc? ( net-nds/rpcbind )
+"
 
 PATCHES=(
        "${FILESDIR}/${P}-glibc226.patch"
similarity index 95%
rename from sys-fs/quota/quota-4.05.ebuild
rename to sys-fs/quota/quota-4.05-r1.ebuild
index 06512aaf271a6e385083292c9146b84436b0672b..775d9babfdbebbdade78c5828f51d98a69ab8b4a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,6 @@ RDEPEND="
                dev-libs/libnl:3
        )
        rpc? (
-               net-nds/rpcbind
                elibc_glibc? ( sys-libs/glibc[-rpc(-)] )
                net-libs/libtirpc
                net-libs/rpcsvc-proto
@@ -33,6 +32,9 @@ DEPEND="
        ${RDEPEND}
        nls? ( sys-devel/gettext )
 "
+PDEPEND="
+       rpc? ( net-nds/rpcbind )
+"
 
 src_prepare() {
        default