commit: 0bffded2ba7ff5c3c5660c19c829a6ffeedea353 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Mar 12 17:24:07 2018 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Mar 12 17:28:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bffded2
net-nds/rpcbind: require warmstarts for systemd Bug: https://bugs.gentoo.org/650030#c7 Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81 net-nds/rpcbind/{rpcbind-0.2.4-r2.ebuild => rpcbind-0.2.4-r3.ebuild} | 1 + net-nds/rpcbind/rpcbind-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild b/net-nds/rpcbind/rpcbind-0.2.4-r3.ebuild similarity index 97% rename from net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild rename to net-nds/rpcbind/rpcbind-0.2.4-r3.ebuild index aa7c610e94f..8431b518c94 100644 --- a/net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.4-r3.ebuild @@ -19,6 +19,7 @@ HOMEPAGE="https://sourceforge.net/projects/rpcbind/" LICENSE="BSD" SLOT="0" IUSE="debug selinux systemd tcpd warmstarts" +REQUIRED_USE="systemd? ( warmstarts )" CDEPEND=">=net-libs/libtirpc-1.0:= systemd? ( sys-apps/systemd:= ) diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild index bd9f7853dc4..3a5262860d7 100644 --- a/net-nds/rpcbind/rpcbind-9999.ebuild +++ b/net-nds/rpcbind/rpcbind-9999.ebuild @@ -19,6 +19,7 @@ HOMEPAGE="https://sourceforge.net/projects/rpcbind/" LICENSE="BSD" SLOT="0" IUSE="debug selinux systemd tcpd warmstarts" +REQUIRED_USE="systemd? ( warmstarts )" CDEPEND=">=net-libs/libtirpc-0.2.3:= systemd? ( sys-apps/systemd:= )
