diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-01-11 12:32:59 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-01-11 12:36:09 -0500 |
commit | d329c48e1b298cd0d42610e42840b9101c439bae (patch) | |
tree | 1f9bec58fa69e65e9a34a5a9c4d5d202edaf52c9 /sys-fs/quota | |
parent | net-nds/rpcbind: fix detection of rpcsvc/mount.h (diff) | |
download | gentoo-d329c48e1b298cd0d42610e42840b9101c439bae.tar.gz gentoo-d329c48e1b298cd0d42610e42840b9101c439bae.tar.bz2 gentoo-d329c48e1b298cd0d42610e42840b9101c439bae.zip |
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@gentoo.org>
Diffstat (limited to 'sys-fs/quota')
-rw-r--r-- | sys-fs/quota/quota-4.04-r3.ebuild (renamed from sys-fs/quota/quota-4.04-r2.ebuild) | 6 | ||||
-rw-r--r-- | sys-fs/quota/quota-4.05-r1.ebuild (renamed from sys-fs/quota/quota-4.05.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 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 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 |