summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2012-02-08 20:35:31 +0000
committerSven Vermeulen <swift@gentoo.org>2012-02-08 20:35:31 +0000
commit462ec8d76e4543ec813928b6bfe44b58751a4776 (patch)
tree75c05602bd3a5c42de50ad91f3d450654c51d74e /net-dns
parentDrop unused patch (diff)
downloadgentoo-2-462ec8d76e4543ec813928b6bfe44b58751a4776.tar.gz
gentoo-2-462ec8d76e4543ec813928b6bfe44b58751a4776.tar.bz2
gentoo-2-462ec8d76e4543ec813928b6bfe44b58751a4776.zip
Adding USE=selinux dependency for unbound on selinux-bind, thanks to Florian Steinel for reporting (bug #402601)
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/unbound/ChangeLog5
-rw-r--r--net-dns/unbound/unbound-1.4.16.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog
index 399b60cb0284..d9abb67e3c4e 100644
--- a/net-dns/unbound/ChangeLog
+++ b/net-dns/unbound/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/unbound
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.36 2012/02/05 02:34:02 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.37 2012/02/08 20:35:31 swift Exp $
+
+ 08 Feb 2012; <swift@gentoo.org> unbound-1.4.16.ebuild:
+ Adding USE=selinux dependency on selinux-bind, bug #402601
*unbound-1.4.16 (05 Feb 2012)
diff --git a/net-dns/unbound/unbound-1.4.16.ebuild b/net-dns/unbound/unbound-1.4.16.ebuild
index 45a51b7328ec..be596e334720 100644
--- a/net-dns/unbound/unbound-1.4.16.ebuild
+++ b/net-dns/unbound/unbound-1.4.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild,v 1.1 2012/02/05 02:34:02 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.16.ebuild,v 1.2 2012/02/08 20:35:31 swift Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@@ -16,12 +16,13 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos"
-IUSE="debug gost python static-libs test threads"
+IUSE="debug gost python selinux static-libs test threads"
RDEPEND="dev-libs/expat
dev-libs/libevent
>=dev-libs/openssl-0.9.8
- >=net-libs/ldns-1.6.5[ssl,gost?]"
+ >=net-libs/ldns-1.6.5[ssl,gost?]
+ selinux? ( sec-policy/selinux-bind )"
DEPEND="${RDEPEND}
python? ( dev-lang/swig )