Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/
Date: Wed, 01 Jan 2020 18:00:38
Message-Id: 1577901622.02328889ca9dbcba47e3c6ddd8646d68986a141f.bkohler@gentoo
1 commit: 02328889ca9dbcba47e3c6ddd8646d68986a141f
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 18:00:00 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 18:00:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02328889
7
8 net-dns/bind: add more REQUIRED_USE for dnsrps
9
10 Closes: https://bugs.gentoo.org/697028
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 net-dns/bind/bind-9.14.8.ebuild | 3 ++-
15 net-dns/bind/bind-9.15.6.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/net-dns/bind/bind-9.14.8.ebuild b/net-dns/bind/bind-9.14.8.ebuild
19 index fdf0e802d34..13b29f45629 100644
20 --- a/net-dns/bind/bind-9.14.8.ebuild
21 +++ b/net-dns/bind/bind-9.14.8.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 # Re dlz/mysql and threads, needs to be verified..
28 @@ -51,6 +51,7 @@ REQUIRED_USE="
29 mysql? ( dlz )
30 odbc? ( dlz )
31 ldap? ( dlz )
32 + dnsrps? ( dlz )
33 python? ( ${PYTHON_REQUIRED_USE} )"
34 # sdb-ldap? ( dlz )
35
36
37 diff --git a/net-dns/bind/bind-9.15.6.ebuild b/net-dns/bind/bind-9.15.6.ebuild
38 index 03873a3a212..346b2a0bfa8 100644
39 --- a/net-dns/bind/bind-9.15.6.ebuild
40 +++ b/net-dns/bind/bind-9.15.6.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2019 Gentoo Authors
43 +# Copyright 1999-2020 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 # Re dlz/mysql and threads, needs to be verified..
47 @@ -50,6 +50,7 @@ REQUIRED_USE="
48 mysql? ( dlz )
49 odbc? ( dlz )
50 ldap? ( dlz )
51 + dnsrps? ( dlz )
52 python? ( ${PYTHON_REQUIRED_USE} )"
53 # sdb-ldap? ( dlz )