diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-01-30 21:06:30 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-01-30 21:06:30 +0000 |
commit | 557599c13b841e24539cca19231a54d92822f048 (patch) | |
tree | 1d7d19b3392145ea3cc5cac6e8f636fdce7c9b2b /net-nds/rpcbind | |
parent | Remove old. (diff) | |
download | gentoo-2-557599c13b841e24539cca19231a54d92822f048.tar.gz gentoo-2-557599c13b841e24539cca19231a54d92822f048.tar.bz2 gentoo-2-557599c13b841e24539cca19231a54d92822f048.zip |
Sync live ebuild.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r-- | net-nds/rpcbind/ChangeLog | 5 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-9999.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-nds/rpcbind/ChangeLog b/net-nds/rpcbind/ChangeLog index f24806364826..ec0921d00e93 100644 --- a/net-nds/rpcbind/ChangeLog +++ b/net-nds/rpcbind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nds/rpcbind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.37 2014/01/30 21:05:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.38 2014/01/30 21:06:30 radhermit Exp $ + + 30 Jan 2014; Tim Harder <radhermit@gentoo.org> rpcbind-9999.ebuild: + Sync live ebuild. 30 Jan 2014; Tim Harder <radhermit@gentoo.org> -rpcbind-0.2.0.ebuild, -rpcbind-0.2.1.ebuild: diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild index 0799ad1ea4fd..8b2db13d31ea 100644 --- a/net-nds/rpcbind/rpcbind-9999.ebuild +++ b/net-nds/rpcbind/rpcbind-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.10 2014/01/30 05:10:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.11 2014/01/30 21:06:30 radhermit Exp $ EAPI="4" @@ -36,6 +36,7 @@ src_configure() { econf \ --bindir="${EPREFIX}"/sbin \ --with-statedir="${EPREFIX}"/run/${PN} \ + --with-rpcuser=root \ $(use_enable tcpd libwrap) \ $(use_enable debug) \ $(use_enable warmstarts) |