commit: 64c23f7fc6604e202f4e9916c85827eee728f58a Author: Sven Wegener <swegener <AT> gentoo <DOT> org> AuthorDate: Sat Jan 8 15:58:22 2022 +0000 Commit: Sven Wegener <swegener <AT> gentoo <DOT> 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 <swegener <AT> 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() {
