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 3D92D158086 for ; Sat, 8 Jan 2022 16:21:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05C6E2BC01A; Sat, 8 Jan 2022 16:21:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CE93D2BC01A for ; Sat, 8 Jan 2022 16:21:00 +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 EB9EA342EF3 for ; Sat, 8 Jan 2022 16:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 539EFD0 for ; Sat, 8 Jan 2022 16:20:58 +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: <1641658327.64c23f7fc6604e202f4e9916c85827eee728f58a.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.0-r1.ebuild net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 64c23f7fc6604e202f4e9916c85827eee728f58a X-VCS-Branch: master Date: Sat, 8 Jan 2022 16:20:58 +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: 2e5ccf86-71ae-45bd-9610-e936c43816c1 X-Archives-Hash: b27dd40f7b5573d5b5d9cb027d8ee645 commit: 64c23f7fc6604e202f4e9916c85827eee728f58a Author: Sven Wegener gentoo org> AuthorDate: Sat Jan 8 15:58:22 2022 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Jan 8 16:12:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c23f7f net-dns/pdns-recursor: Enable 64bit time_t support, bug #793722 Closes: https://bugs.gentoo.org/793722 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Sven Wegener gentoo.org> .../{pdns-recursor-4.6.0.ebuild => pdns-recursor-4.6.0-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.6.0-r1.ebuild similarity index 94% rename from net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild rename to net-dns/pdns-recursor/pdns-recursor-4.6.0-r1.ebuild index 391869be2aec..076ff5c64a8c 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~x86" IUSE="debug dnstap snmp sodium systemd test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" @@ -36,6 +36,8 @@ S="${WORKDIR}"/${P/_/-} pkg_setup() { lua-single_pkg_setup filter-flags -ftree-vectorize + append-lfs-flags + append-cppflags -D_TIME_BITS=64 } src_configure() {