From: Mike Gilbert Date: Sat, 11 Jan 2020 17:32:59 +0000 (-0500) Subject: sys-fs/quota: move net-nds/rpcbind to PDEPEND X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d329c48e1b298cd0d42610e42840b9101c439bae;p=gentoo.git sys-fs/quota: move net-nds/rpcbind to PDEPEND Bug: https://bugs.gentoo.org/665222 Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24 Signed-off-by: Mike Gilbert --- diff --git a/sys-fs/quota/quota-4.04-r2.ebuild b/sys-fs/quota/quota-4.04-r3.ebuild similarity index 95% rename from sys-fs/quota/quota-4.04-r2.ebuild rename to sys-fs/quota/quota-4.04-r3.ebuild index 1d128be85e60..527e114c75ed 100644 --- a/sys-fs/quota/quota-4.04-r2.ebuild +++ b/sys-fs/quota/quota-4.04-r3.ebuild @@ -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" diff --git a/sys-fs/quota/quota-4.05.ebuild b/sys-fs/quota/quota-4.05-r1.ebuild similarity index 95% rename from sys-fs/quota/quota-4.05.ebuild rename to sys-fs/quota/quota-4.05-r1.ebuild index 06512aaf271a..775d9babfdbe 100644 --- a/sys-fs/quota/quota-4.05.ebuild +++ b/sys-fs/quota/quota-4.05-r1.ebuild @@ -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