commit:     d21091ab12da59df78633ca800900d6e622042a2
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 17:21:19 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 17:22:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21091ab

net-nds/rpcbind: use default values for "--bindir" and "--with-rpcuser"

Upstream commit 9afccfc moves the rpcbind executable from the bindir
to the sbindir, meaning that we don't have to override the bindir in
our ebuild if we want rpcbind installed to e.g. /usr/sbin. This commit
drops the "--bindir" flag from src_configure, so the default will be
used. As a side effect, this will place the rpcinfo executable in the
bindir where it belongs, allowing us to fix things like bug 457042.

Our ebuild was also passing "--with-rpcuser=root" explicitly, even
though that is the default value. This commit removes the redundancy.

Bug: https://bugs.gentoo.org/457042
Closes: https://bugs.gentoo.org/628766
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-nds/rpcbind/rpcbind-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild 
b/net-nds/rpcbind/rpcbind-9999.ebuild
index 8ed5edc7bbf..788cb937f34 100644
--- a/net-nds/rpcbind/rpcbind-9999.ebuild
+++ b/net-nds/rpcbind/rpcbind-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -35,9 +35,7 @@ src_prepare() {
 
 src_configure() {
        econf \
-               --bindir="${EPREFIX}"/sbin \
                --with-statedir="${EPREFIX}"/run/${PN} \
-               --with-rpcuser=root \
                --with-systemdsystemunitdir=$(usex systemd 
"$(systemd_get_unitdir)" "no") \
                $(use_enable tcpd libwrap) \
                $(use_enable debug) \

Reply via email to