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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D087158F6D for ; Mon, 16 Aug 2021 20:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4713AE0A83; Sun, 15 Aug 2021 07:56:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F6CFE0A83 for ; Sun, 15 Aug 2021 07:56:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D932434425E for ; Sun, 15 Aug 2021 07:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9472C7B4 for ; Sun, 15 Aug 2021 07:56:04 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1629014157.2cf2a5d801960ac5967ad6bba62b08a4c9f60e86.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kea/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/kea/kea-1.8.2.ebuild X-VCS-Directories: net-misc/kea/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2cf2a5d801960ac5967ad6bba62b08a4c9f60e86 X-VCS-Branch: master Date: Sun, 15 Aug 2021 07:56:04 +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: 12708084-0762-4b55-be67-e96e63a5fde7 X-Archives-Hash: cd44f3682f8ebc8fead5d771df72a9a2 commit: 2cf2a5d801960ac5967ad6bba62b08a4c9f60e86 Author: Lars Wendler gentoo org> AuthorDate: Sun Aug 15 07:55:17 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Aug 15 07:55:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf2a5d8 net-misc/kea: Fixed build against dev-libs/boost-1.77.0 Signed-off-by: Lars Wendler gentoo.org> net-misc/kea/kea-1.8.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/kea/kea-1.8.2.ebuild b/net-misc/kea/kea-1.8.2.ebuild index 774216ee78a..0300cc95621 100644 --- a/net-misc/kea/kea-1.8.2.ebuild +++ b/net-misc/kea/kea-1.8.2.ebuild @@ -40,7 +40,10 @@ BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}" -PATCHES=( "${FILESDIR}"/${PN}-1.8.2-fix-cxx11-detection.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-1.8.2-fix-cxx11-detection.patch + "${FILESDIR}"/${PN}-1.8.2-boost-1.77.0.patch +) src_prepare() { default