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 40377138334 for ; Mon, 18 Feb 2019 17:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A1CBE08AE; Mon, 18 Feb 2019 17:31:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0B93BE08AE for ; Mon, 18 Feb 2019 17:31:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6F5C3335CD2 for ; Mon, 18 Feb 2019 17:31:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC32D501 for ; Mon, 18 Feb 2019 17:31:44 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1550511087.632e7d0357fc9b4daac1debb3f472fa24de93c93.grknight@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.12.3_p1-r1.ebuild net-dns/bind/bind-9.12.3_p1.ebuild X-VCS-Directories: net-dns/bind/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 632e7d0357fc9b4daac1debb3f472fa24de93c93 X-VCS-Branch: master Date: Mon, 18 Feb 2019 17:31:44 +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: 4927e3b9-eeef-4142-bde2-82f23d9f27af X-Archives-Hash: 88abc4640f1f2924993b1e776f8b6186 commit: 632e7d0357fc9b4daac1debb3f472fa24de93c93 Author: Brian Evans gentoo org> AuthorDate: Mon Feb 18 17:31:27 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Feb 18 17:31:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632e7d03 net-dns/bind: Revbump for MySQL dependency change Non-maintainer commit Bug: https://bugs.gentoo.org/665964 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Brian Evans gentoo.org> net-dns/bind/{bind-9.12.3_p1.ebuild => bind-9.12.3_p1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/bind/bind-9.12.3_p1.ebuild b/net-dns/bind/bind-9.12.3_p1-r1.ebuild similarity index 99% rename from net-dns/bind/bind-9.12.3_p1.ebuild rename to net-dns/bind/bind-9.12.3_p1-r1.ebuild index 0bc4957e187..21445040753 100644 --- a/net-dns/bind/bind-9.12.3_p1.ebuild +++ b/net-dns/bind/bind-9.12.3_p1-r1.ebuild @@ -61,7 +61,7 @@ DEPEND=" !libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( dev-libs/libressl ) ) - mysql? ( >=virtual/mysql-4.0 ) + mysql? ( dev-db/mysql-connector-c:0= ) odbc? ( >=dev-db/unixODBC-2.2.6 ) ldap? ( net-nds/openldap ) postgres? ( dev-db/postgresql:= )