swift 14/11/02 08:49:46 Modified: unbound-1.4.22-r1.ebuild ChangeLog Log: 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)
Revision Changes Path 1.3 net-dns/unbound/unbound-1.4.22-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.22-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.22-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.22-r1.ebuild?r1=1.2&r2=1.3 Index: unbound-1.4.22-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- unbound-1.4.22-r1.ebuild 23 Oct 2014 17:05:43 -0000 1.2 +++ unbound-1.4.22-r1.ebuild 2 Nov 2014 08:49:46 -0000 1.3 @@ -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-dns/unbound/unbound-1.4.22-r1.ebuild,v 1.2 2014/10/23 17:05:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22-r1.ebuild,v 1.3 2014/11/02 08:49:46 swift Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -22,13 +22,12 @@ # the executables. MULTILIB_USEDEP may be dropped once build system # is fixed. -RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] +CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=dev-libs/libevent-2.0.21[${MULTILIB_USEDEP}] >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] - python? ( ${PYTHON_DEPS} ) - selinux? ( sec-policy/selinux-bind )" + python? ( ${PYTHON_DEPS} )" -DEPEND="${RDEPEND} +DEPEND="${CDEPEND} python? ( dev-lang/swig ) test? ( net-dns/ldns-utils[examples] @@ -36,6 +35,9 @@ app-text/wdiff )" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-bind )" + # bug #347415 RDEPEND="${RDEPEND} net-dns/dnssec-root" 1.76 net-dns/unbound/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 23 Oct 2014 17:05:43 -0000 1.75 +++ ChangeLog 2 Nov 2014 08:49:46 -0000 1.76 @@ -1,6 +1,10 @@ # ChangeLog for net-dns/unbound # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.75 2014/10/23 17:05:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.76 2014/11/02 08:49:46 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <[email protected]> unbound-1.4.22-r1.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 23 Oct 2014; Pacho Ramos <[email protected]> unbound-1.4.22-r1.ebuild: amd64/x86 stable, bug #525264
