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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A8AB15813A for ; Tue, 14 Jan 2025 20:28:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27CF9E0844; Tue, 14 Jan 2025 20:28:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11FB6E0844 for ; Tue, 14 Jan 2025 20:28:08 +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 F1DF7342FE2 for ; Tue, 14 Jan 2025 20:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5678897F for ; Tue, 14 Jan 2025 20:28:03 +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: <1736886263.25b0193bc80cf551ec95ac8290a7ab819cad155d.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-5.0.9-r1.ebuild net-dns/pdns-recursor/pdns-recursor-5.1.3-r1.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 25b0193bc80cf551ec95ac8290a7ab819cad155d X-VCS-Branch: master Date: Tue, 14 Jan 2025 20:28:03 +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: 06414d84-d3c3-4b87-be28-8edae16bdf5c X-Archives-Hash: 7ed184ab6f4c982571396393356c2e47 commit: 25b0193bc80cf551ec95ac8290a7ab819cad155d Author: Sven Wegener gentoo org> AuthorDate: Tue Jan 14 19:44:16 2025 +0000 Commit: Sven Wegener gentoo org> CommitDate: Tue Jan 14 20:24:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b0193b net-dns/pdns-recursor: require minimum version of dev-libs/boost Signed-off-by: Sven Wegener gentoo.org> net-dns/pdns-recursor/pdns-recursor-5.0.9-r1.ebuild | 4 ++-- net-dns/pdns-recursor/pdns-recursor-5.1.3-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-dns/pdns-recursor/pdns-recursor-5.0.9-r1.ebuild b/net-dns/pdns-recursor/pdns-recursor-5.0.9-r1.ebuild index d4ade41512cd..a86a4870d6ed 100644 --- a/net-dns/pdns-recursor/pdns-recursor-5.0.9-r1.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-5.0.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -61,7 +61,7 @@ DEPEND="${LUA_DEPS} x86? ( >=sys-libs/glibc-2.34 ) ) dev-libs/openssl:= - dev-libs/boost:=[context]" + >=dev-libs/boost-1.42:=[context]" RDEPEND="${DEPEND} !=dev-libs/boost-1.42:=[context]" RDEPEND="${DEPEND} !