idl0r 14/12/24 13:56:08 Modified: ChangeLog bind-9.10.1_p1.ebuild Log: Fix default USE, bug 532516 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
Revision Changes Path 1.520 net-dns/bind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.520&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.520&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.519&r2=1.520 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v retrieving revision 1.519 retrieving revision 1.520 diff -u -r1.519 -r1.520 --- ChangeLog 23 Dec 2014 09:30:39 -0000 1.519 +++ ChangeLog 24 Dec 2014 13:56:08 -0000 1.520 @@ -1,6 +1,9 @@ # ChangeLog for net-dns/bind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.519 2014/12/23 09:30:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.520 2014/12/24 13:56:08 idl0r Exp $ + + 24 Dec 2014; Christian Ruppert <[email protected]> bind-9.10.1_p1.ebuild: + Fix default USE, bug 532516 23 Dec 2014; Agostino Sarubbo <[email protected]> bind-9.10.1_p1.ebuild: Stable for alpha, wrt bug #531998 1.7 net-dns/bind/bind-9.10.1_p1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?r1=1.6&r2=1.7 Index: bind-9.10.1_p1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bind-9.10.1_p1.ebuild 23 Dec 2014 09:30:39 -0000 1.6 +++ bind-9.10.1_p1.ebuild 24 Dec 2014 13:56:08 -0000 1.7 @@ -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/bind/bind-9.10.1_p1.ebuild,v 1.6 2014/12/23 09:30:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.7 2014/12/24 13:56:08 idl0r Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -40,7 +40,7 @@ LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl" SLOT="0" KEYWORDS="alpha amd64 arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="berkdb caps dlz doc filter-aaaa fixed-rrset geoip gost gssapi idn ipv6 +IUSE="berkdb +caps dlz doc filter-aaaa fixed-rrset geoip gost gssapi idn ipv6 ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs +threads urandom xml" # sdb-ldap - patch broken
