diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-01-01 12:00:00 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-01-01 12:00:22 -0600 |
commit | 02328889ca9dbcba47e3c6ddd8646d68986a141f (patch) | |
tree | 3b74f0a1562e9bb21e07409f4018ac6c795f6dbc /net-dns | |
parent | net-libs/libnet: Stable for HPPA (diff) | |
download | gentoo-02328889ca9dbcba47e3c6ddd8646d68986a141f.tar.gz gentoo-02328889ca9dbcba47e3c6ddd8646d68986a141f.tar.bz2 gentoo-02328889ca9dbcba47e3c6ddd8646d68986a141f.zip |
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@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.14.8.ebuild | 3 | ||||
-rw-r--r-- | 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 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 ) |