commit: 02328889ca9dbcba47e3c6ddd8646d68986a141f Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Wed Jan 1 18:00:00 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed Jan 1 18:00:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02328889
net-dns/bind: add more REQUIRED_USE for dnsrps Closes: https://bugs.gentoo.org/697028 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> net-dns/bind/bind-9.14.8.ebuild | 3 ++- net-dns/bind/bind-9.15.6.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-dns/bind/bind-9.14.8.ebuild b/net-dns/bind/bind-9.14.8.ebuild index fdf0e802d34..13b29f45629 100644 --- a/net-dns/bind/bind-9.14.8.ebuild +++ b/net-dns/bind/bind-9.14.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Re dlz/mysql and threads, needs to be verified.. @@ -51,6 +51,7 @@ REQUIRED_USE=" mysql? ( dlz ) odbc? ( dlz ) ldap? ( dlz ) + dnsrps? ( dlz ) python? ( ${PYTHON_REQUIRED_USE} )" # sdb-ldap? ( dlz ) diff --git a/net-dns/bind/bind-9.15.6.ebuild b/net-dns/bind/bind-9.15.6.ebuild index 03873a3a212..346b2a0bfa8 100644 --- a/net-dns/bind/bind-9.15.6.ebuild +++ b/net-dns/bind/bind-9.15.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Re dlz/mysql and threads, needs to be verified.. @@ -50,6 +50,7 @@ REQUIRED_USE=" mysql? ( dlz ) odbc? ( dlz ) ldap? ( dlz ) + dnsrps? ( dlz ) python? ( ${PYTHON_REQUIRED_USE} )" # sdb-ldap? ( dlz )
