diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-12-28 15:56:31 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-12-28 15:56:31 +0000 |
commit | 8549e051b7721c023bccf155dc658e3a843b834d (patch) | |
tree | 23fe60ebc4b3dbbbfc3e600fda613637d55f9013 /net-nds/rpcbind | |
parent | Drop alpha, arm, hppa for now since each missing a dependency, bug 332593. (diff) | |
download | gentoo-2-8549e051b7721c023bccf155dc658e3a843b834d.tar.gz gentoo-2-8549e051b7721c023bccf155dc658e3a843b834d.tar.bz2 gentoo-2-8549e051b7721c023bccf155dc658e3a843b834d.zip |
Adding USE=selinux triggered dependency on selinux-rpcbind
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r-- | net-nds/rpcbind/ChangeLog | 5 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-nds/rpcbind/ChangeLog b/net-nds/rpcbind/ChangeLog index 5f5b595e5e11..67606c30ca13 100644 --- a/net-nds/rpcbind/ChangeLog +++ b/net-nds/rpcbind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nds/rpcbind # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.16 2011/09/21 08:18:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.17 2011/12/28 15:56:31 swift Exp $ + + 28 Dec 2011; <swift@gentoo.org> rpcbind-0.2.0.ebuild: + Add selinux dependency for selinux-rpcbind 21 Sep 2011; Michał Górny <mgorny@gentoo.org> rpcbind-9999.ebuild: Migrate to git-2. diff --git a/net-nds/rpcbind/rpcbind-0.2.0.ebuild b/net-nds/rpcbind/rpcbind-0.2.0.ebuild index 46190e10085c..21acb1212e56 100644 --- a/net-nds/rpcbind/rpcbind-0.2.0.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.11 2011/09/02 20:10:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.12 2011/12/28 15:56:31 swift Exp $ EAPI="2" @@ -20,9 +20,10 @@ HOMEPAGE="http://sourceforge.net/projects/rpcbind/" LICENSE="BSD" SLOT="0" -IUSE="" +IUSE="selinux" -RDEPEND="net-libs/libtirpc" +RDEPEND="net-libs/libtirpc + selinux? ( sec-policy/selinux-rpcbind )" DEPEND="${RDEPEND} dev-util/pkgconfig" |