From: Ben Kohler Date: Wed, 1 Jan 2020 18:00:00 +0000 (-0600) Subject: net-dns/bind: add more REQUIRED_USE for dnsrps X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=02328889ca9dbcba47e3c6ddd8646d68986a141f;p=gentoo.git 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 --- diff --git a/net-dns/bind/bind-9.14.8.ebuild b/net-dns/bind/bind-9.14.8.ebuild index fdf0e802d343..13b29f45629a 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 03873a3a2128..346b2a0bfa87 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 )