From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48EA5138334 for ; Wed, 1 Jan 2020 18:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67E50E0B2E; Wed, 1 Jan 2020 18:00:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B873E0B2E for ; Wed, 1 Jan 2020 18:00:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C878A34DE2C for ; Wed, 1 Jan 2020 18:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5982A36 for ; Wed, 1 Jan 2020 18:00:34 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1577901622.02328889ca9dbcba47e3c6ddd8646d68986a141f.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind/bind-9.14.8.ebuild net-dns/bind/bind-9.15.6.ebuild X-VCS-Directories: net-dns/bind/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 02328889ca9dbcba47e3c6ddd8646d68986a141f X-VCS-Branch: master Date: Wed, 1 Jan 2020 18:00:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53e8d574-79f5-42df-8759-c3a7a6ee506c X-Archives-Hash: 2c01cbd7099b6d98ae47d0b541e20cb9 commit: 02328889ca9dbcba47e3c6ddd8646d68986a141f Author: Ben Kohler gentoo org> AuthorDate: Wed Jan 1 18:00:00 2020 +0000 Commit: Ben Kohler gentoo 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 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 )