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 9D4641382C5 for ; Fri, 28 May 2021 19:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0536FE0A94; Fri, 28 May 2021 19:46:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DBFB1E0A94 for ; Fri, 28 May 2021 19:46:36 +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 BBD2B335D02 for ; Fri, 28 May 2021 19:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E47E275B for ; Fri, 28 May 2021 19:46:32 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1622231189.4775db5849c2e64cd4a0e6b77b7a21c44ec33781.prometheanfire@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.12.4.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 4775db5849c2e64cd4a0e6b77b7a21c44ec33781 X-VCS-Branch: master Date: Fri, 28 May 2021 19:46:32 +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: 71f2266a-54b3-4ed4-b85f-48c689dc99ea X-Archives-Hash: 9838358dfecb83f8c970decef1c57ef6 commit: 4775db5849c2e64cd4a0e6b77b7a21c44ec33781 Author: Matthew Thode gentoo org> AuthorDate: Fri May 28 19:46:17 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri May 28 19:46:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4775db58 net-analyzer/icinga2: fix paching closes: https://bugs.gentoo.org/792687 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Matthew Thode gentoo.org> net-analyzer/icinga2/icinga2-2.12.4.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-analyzer/icinga2/icinga2-2.12.4.ebuild b/net-analyzer/icinga2/icinga2-2.12.4.ebuild index 655d8049880..de80eb55dfc 100644 --- a/net-analyzer/icinga2/icinga2-2.12.4.ebuild +++ b/net-analyzer/icinga2/icinga2-2.12.4.ebuild @@ -48,7 +48,6 @@ REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )" PATCHES=( # https://github.com/Icinga/icinga2/issues/8185#issuecomment-680875875 - "${FILESDIR}/${PN}-2.12.1-boost-1.74.0.patch" ) src_configure() {