Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.10.1.ebuild ChangeLog
Date: Thu, 02 Oct 2014 11:22:18
Message-Id: 20141002112209.36F7D6C25@oystercatcher.gentoo.org
1 blueness 14/10/02 11:22:09
2
3 Modified: bind-9.10.1.ebuild ChangeLog
4 Log:
5 Keyword ~ppc ~ppc64, bug #524148
6
7 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.3 net-dns/bind/bind-9.10.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild?r1=1.2&r2=1.3
15
16 Index: bind-9.10.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- bind-9.10.1.ebuild 30 Sep 2014 19:33:16 -0000 1.2
23 +++ bind-9.10.1.ebuild 2 Oct 2014 11:22:09 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild,v 1.2 2014/09/30 19:33:16 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild,v 1.3 2014/10/02 11:22:09 blueness Exp $
29
30 # Re dlz/mysql and threads, needs to be verified..
31 # MySQL uses thread local storage in its C api. Thus MySQL
32 @@ -39,7 +39,7 @@
33
34 LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~arm ~hppa ~mips ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 +KEYWORDS="~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"
38 IUSE="berkdb caps dlz doc filter-aaaa fixed-rrset geoip gost gssapi idn ipv6
39 ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs
40 +threads urandom xml"
41
42
43
44 1.509 net-dns/bind/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.509&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.509&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.508&r2=1.509
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
53 retrieving revision 1.508
54 retrieving revision 1.509
55 diff -u -r1.508 -r1.509
56 --- ChangeLog 30 Sep 2014 19:33:16 -0000 1.508
57 +++ ChangeLog 2 Oct 2014 11:22:09 -0000 1.509
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-dns/bind
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.508 2014/09/30 19:33:16 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.509 2014/10/02 11:22:09 blueness Exp $
63 +
64 + 02 Oct 2014; Anthony G. Basile <blueness@g.o> bind-9.10.1.ebuild:
65 + Keyword ~ppc ~ppc64, bug #524148
66
67 30 Sep 2014; Jeroen Roovers <jer@g.o> bind-9.10.1.ebuild:
68 Marked ~hppa (bug #524148).