commit: d329c48e1b298cd0d42610e42840b9101c439bae Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Jan 11 17:32:59 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Jan 11 17:36:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d329c48e
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 <floppym <AT> gentoo.org> sys-fs/quota/{quota-4.04-r2.ebuild => quota-4.04-r3.ebuild} | 6 ++++-- sys-fs/quota/{quota-4.05.ebuild => quota-4.05-r1.ebuild} | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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 1d128be85e6..527e114c75e 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 06512aaf271..775d9babfdb 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
