commit:     08c9ea2227e0f18876da3fa2c8a63cf86e44d07e
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 20:09:41 2022 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> 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 <swegener <AT> 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}

Reply via email to