diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-03-12 13:24:07 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-03-12 13:28:58 -0400 |
commit | 0bffded2ba7ff5c3c5660c19c829a6ffeedea353 (patch) | |
tree | 1beff8d00c2570bb43cc6f67e6b348ee1eccab51 /net-nds/rpcbind | |
parent | dev-libs/libgit2: Bump to 0.26.3 (bugfix) (diff) | |
download | gentoo-0bffded2ba7ff5c3c5660c19c829a6ffeedea353.tar.gz gentoo-0bffded2ba7ff5c3c5660c19c829a6ffeedea353.tar.bz2 gentoo-0bffded2ba7ff5c3c5660c19c829a6ffeedea353.zip |
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
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.4-r3.ebuild (renamed from net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild) | 1 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild b/net-nds/rpcbind/rpcbind-0.2.4-r3.ebuild index aa7c610e94f5..8431b518c940 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 bd9f7853dc4e..3a5262860d77 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:= ) |