diff options
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r-- | net-nds/rpcbind/rpcbind-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild index 8ed5edc7bbf4..788cb937f34c 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) \ |