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 58061138334 for ; Sat, 24 Aug 2019 09:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A01BCE07A7; Sat, 24 Aug 2019 09:18:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 85CE0E07A7 for ; Sat, 24 Aug 2019 09:18:45 +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 391B1349B62 for ; Sat, 24 Aug 2019 09:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDACF758 for ; Sat, 24 Aug 2019 09:18:42 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1566638302.f45cc69b8d7b0e6cca3a7c79ff04767a729024c3.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns/pdns-4.1.13.ebuild net-dns/pdns/pdns-4.2.0_rc3.ebuild X-VCS-Directories: net-dns/pdns/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f45cc69b8d7b0e6cca3a7c79ff04767a729024c3 X-VCS-Branch: master Date: Sat, 24 Aug 2019 09:18:42 +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: 0f14f258-c45b-4bfb-a725-2d4c6904817e X-Archives-Hash: 2df89d3504d92f9e80007e4aeae370d5 commit: f45cc69b8d7b0e6cca3a7c79ff04767a729024c3 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Aug 24 09:16:30 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Aug 24 09:18:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f45cc69b net-dns/pdns: use virtual/libmysqlclient Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> net-dns/pdns/pdns-4.1.13.ebuild | 2 +- net-dns/pdns/pdns-4.2.0_rc3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/pdns/pdns-4.1.13.ebuild b/net-dns/pdns/pdns-4.1.13.ebuild index f267a0663b8..2e587f45a39 100644 --- a/net-dns/pdns/pdns-4.1.13.ebuild +++ b/net-dns/pdns/pdns-4.1.13.ebuild @@ -31,7 +31,7 @@ RDEPEND=" !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) - mysql? ( dev-db/mysql-connector-c ) + mysql? ( virtual/libmysqlclient:= ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) diff --git a/net-dns/pdns/pdns-4.2.0_rc3.ebuild b/net-dns/pdns/pdns-4.2.0_rc3.ebuild index d811e77d5c5..8f33e657921 100644 --- a/net-dns/pdns/pdns-4.2.0_rc3.ebuild +++ b/net-dns/pdns/pdns-4.2.0_rc3.ebuild @@ -31,7 +31,7 @@ RDEPEND=" luajit? ( dev-lang/luajit:= ) ) lua-records? ( >=net-misc/curl-7.21.3 ) - mysql? ( dev-db/mysql-connector-c ) + mysql? ( virtual/libmysqlclient:= ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 )