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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D857615800F for ; Sat, 18 Feb 2023 03:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E99FE0825; Sat, 18 Feb 2023 03:10:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6419EE0825 for ; Sat, 18 Feb 2023 03:10:50 +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 5A6AD340EF9 for ; Sat, 18 Feb 2023 03:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9985A8AB for ; Sat, 18 Feb 2023 03:10:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676689829.d02761e91d6a0381a78588da2d37f8d82fd9a093.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/icinga2/icinga2-2.13.7.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d02761e91d6a0381a78588da2d37f8d82fd9a093 X-VCS-Branch: master Date: Sat, 18 Feb 2023 03:10:47 +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: 894f2022-19df-4143-a972-1005961f3d4d X-Archives-Hash: 53ac702d3a93b3847f4b342674276de6 commit: d02761e91d6a0381a78588da2d37f8d82fd9a093 Author: Sam James gentoo org> AuthorDate: Sat Feb 18 03:10:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 18 03:10:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02761e9 net-analyzer/icinga2: drop non-existent boost patch from 2.13.7 Closes: https://bugs.gentoo.org/895154 Signed-off-by: Sam James gentoo.org> net-analyzer/icinga2/icinga2-2.13.7.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net-analyzer/icinga2/icinga2-2.13.7.ebuild b/net-analyzer/icinga2/icinga2-2.13.7.ebuild index 3b4c1eedf0be..06a84427309d 100644 --- a/net-analyzer/icinga2/icinga2-2.13.7.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.7.ebuild @@ -46,10 +46,6 @@ RDEPEND=" REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )" -PATCHES=( - "${FILESDIR}"/${P}-boost-1.81.patch -) - src_configure() { local mycmakeargs=( -DICINGA2_UNITY_BUILD=$(usex jumbo-build)