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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9177D15808B for ; Tue, 29 Mar 2022 21:17:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB1B8E087A; Tue, 29 Mar 2022 21:17:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EA78E0828 for ; Tue, 29 Mar 2022 21:17:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A952341482 for ; Tue, 29 Mar 2022 21:17:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C590A349 for ; Tue, 29 Mar 2022 21:17:19 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1648585229.08c9ea2227e0f18876da3fa2c8a63cf86e44d07e.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 08c9ea2227e0f18876da3fa2c8a63cf86e44d07e X-VCS-Branch: master Date: Tue, 29 Mar 2022 21:17:19 +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: 98ac13d9-0ecd-49fe-a968-41f39eece9aa X-Archives-Hash: 38754ad6e3cfc1d9024415cb335249ae commit: 08c9ea2227e0f18876da3fa2c8a63cf86e44d07e Author: Sven Wegener gentoo org> AuthorDate: Tue Mar 29 20:09:41 2022 +0000 Commit: Sven Wegener gentoo org> CommitDate: Tue Mar 29 20:20:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c9ea22 net-dns/pdns-recursor: Require recent glibc for 64bit time_t on arm/x86 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sven Wegener gentoo.org> net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild index 076ff5c64a8c..f4a19801ba60 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild @@ -23,6 +23,10 @@ DEPEND="${LUA_DEPS} systemd? ( sys-apps/systemd:0= ) snmp? ( net-analyzer/net-snmp ) sodium? ( dev-libs/libsodium:= ) + elibc_glibc? ( + arm? ( >=sys-libs/glibc-2.34 ) + x86? ( >=sys-libs/glibc-2.34 ) + ) dev-libs/openssl:= >=dev-libs/boost-1.35:=" RDEPEND="${DEPEND}