diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-03 09:48:59 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-03 10:08:05 -0500 |
commit | 464446ea81dffbd13d2143da3d5148c25e9f74af (patch) | |
tree | 6fe61eff4895d4d957389f09801eac3292f81e18 /net-nds/rpcbind | |
parent | net-nds/rpcbind: add upstream fix for building w/newer libtirpc (diff) | |
download | gentoo-464446ea81dffbd13d2143da3d5148c25e9f74af.tar.gz gentoo-464446ea81dffbd13d2143da3d5148c25e9f74af.tar.bz2 gentoo-464446ea81dffbd13d2143da3d5148c25e9f74af.zip |
net-nds/rpcbind: add subslot on libtirpc dep
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.3.ebuild | 2 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/rpcbind/rpcbind-0.2.3.ebuild b/net-nds/rpcbind/rpcbind-0.2.3.ebuild index a2437fee0602..ab8c53b5ace3 100644 --- a/net-nds/rpcbind/rpcbind-0.2.3.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.3.ebuild @@ -21,7 +21,7 @@ LICENSE="BSD" SLOT="0" IUSE="debug selinux systemd tcpd warmstarts" -CDEPEND=">=net-libs/libtirpc-0.2.3 +CDEPEND=">=net-libs/libtirpc-0.2.3:= systemd? ( sys-apps/systemd:= ) tcpd? ( sys-apps/tcp-wrappers )" DEPEND="${CDEPEND} diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild index 23a68efce49e..748caeca4f09 100644 --- a/net-nds/rpcbind/rpcbind-9999.ebuild +++ b/net-nds/rpcbind/rpcbind-9999.ebuild @@ -21,7 +21,7 @@ LICENSE="BSD" SLOT="0" IUSE="debug selinux systemd tcpd warmstarts" -CDEPEND=">=net-libs/libtirpc-0.2.3 +CDEPEND=">=net-libs/libtirpc-0.2.3:= systemd? ( sys-apps/systemd:= ) tcpd? ( sys-apps/tcp-wrappers )" DEPEND="${CDEPEND} |