diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 09:27:00 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 09:27:00 +0000 |
commit | 37875408485247b01822b94043fd2d117b93fc5e (patch) | |
tree | fbb5325104e7a73059dd90b2df6b27bb781ddaeb /net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-37875408485247b01822b94043fd2d117b93fc5e.tar.gz gentoo-2-37875408485247b01822b94043fd2d117b93fc5e.tar.bz2 gentoo-2-37875408485247b01822b94043fd2d117b93fc5e.zip |
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild')
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild b/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild index b28c467617c8..4777eb97cfdd 100644 --- a/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.1-r1.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-0.2.1-r1.ebuild,v 1.1 2014/01/30 21:04:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.1-r1.ebuild,v 1.2 2014/11/02 09:27:00 swift Exp $ EAPI="4" @@ -21,12 +21,13 @@ LICENSE="BSD" SLOT="0" IUSE="debug selinux tcpd warmstarts" -RDEPEND=">=net-libs/libtirpc-0.2.3 - selinux? ( sec-policy/selinux-rpcbind ) +CDEPEND=">=net-libs/libtirpc-0.2.3 tcpd? ( sys-apps/tcp-wrappers )" -DEPEND="${RDEPEND} +DEPEND="${CDEPEND} virtual/pkgconfig" - +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-rpcbind ) +" src_prepare() { [[ ${PV} == "9999" ]] && eautoreconf epatch_user |