From 0bffded2ba7ff5c3c5660c19c829a6ffeedea353 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 12 Mar 2018 13:24:07 -0400 Subject: [PATCH] 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 --- .../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(+) rename net-nds/rpcbind/{rpcbind-0.2.4-r2.ebuild => rpcbind-0.2.4-r3.ebuild} (97%) 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 aa7c610e94f53..8431b518c9401 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 bd9f7853dc4e9..3a5262860d772 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:= )