summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-nds/rpcbind/ChangeLog5
-rw-r--r--net-nds/rpcbind/rpcbind-0.2.0.ebuild7
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"