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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24041158451 for ; Fri, 12 Jan 2024 19:08:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0AFBE2A2C; Fri, 12 Jan 2024 19:08:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D9BC4E2A2C for ; Fri, 12 Jan 2024 19:08:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 271E734317F for ; Fri, 12 Jan 2024 19:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D6C13AA for ; Fri, 12 Jan 2024 19:08:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1705086495.89b4792e9819868f2089d3d7b47fa30b0d0875b0.mgorny@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.8.ebuild net-analyzer/icinga2/icinga2-2.13.9.ebuild net-analyzer/icinga2/icinga2-2.14.0.ebuild net-analyzer/icinga2/icinga2-2.14.1.ebuild net-analyzer/icinga2/icinga2-9999.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 89b4792e9819868f2089d3d7b47fa30b0d0875b0 X-VCS-Branch: master Date: Fri, 12 Jan 2024 19:08:21 +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: 0e571ec5-e25a-4d44-9454-39eed6280622 X-Archives-Hash: 2e85f6f27124932245c4c07dcce3ee0b commit: 89b4792e9819868f2089d3d7b47fa30b0d0875b0 Author: Michał Górny gentoo org> AuthorDate: Sun Jan 7 13:50:46 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 12 19:08:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b4792e net-analyzer/icinga2: [QA] Remove invalid USE=lto The USE=lto flag is only used to append -flto. Remove it. Signed-off-by: Michał Górny gentoo.org> net-analyzer/icinga2/icinga2-2.13.8.ebuild | 5 +++-- net-analyzer/icinga2/icinga2-2.13.9.ebuild | 5 +++-- net-analyzer/icinga2/icinga2-2.14.0.ebuild | 5 +++-- net-analyzer/icinga2/icinga2-2.14.1.ebuild | 5 +++-- net-analyzer/icinga2/icinga2-9999.ebuild | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/net-analyzer/icinga2/icinga2-2.13.8.ebuild b/net-analyzer/icinga2/icinga2-2.13.8.ebuild index 2c8028636725..1ce211b79dc7 100644 --- a/net-analyzer/icinga2/icinga2-2.13.8.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.8.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://icinga.com/" LICENSE="GPL-2" SLOT="0" -IUSE="console jumbo-build lto mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax" +IUSE="console jumbo-build mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax" # Add accounts to DEPEND because of fowners in src_install DEPEND=" @@ -60,7 +60,8 @@ src_configure() { -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=ON -DUSE_SYSTEMD=$(usex systemd) -DLOGROTATE_HAS_SU=ON - -DICINGA2_LTO_BUILD=$(usex lto) + # only appends -flto + -DICINGA2_LTO_BUILD=OFF ) # default to off if minimal, allow the flags to be set otherwise if use minimal; then diff --git a/net-analyzer/icinga2/icinga2-2.13.9.ebuild b/net-analyzer/icinga2/icinga2-2.13.9.ebuild index 82e4d4c65992..ff31fb2aa214 100644 --- a/net-analyzer/icinga2/icinga2-2.13.9.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.9.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://icinga.com/" LICENSE="GPL-2" SLOT="0" -IUSE="console jumbo-build lto mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax" +IUSE="console jumbo-build mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax" # Add accounts to DEPEND because of fowners in src_install DEPEND=" @@ -60,7 +60,8 @@ src_configure() { -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=ON -DUSE_SYSTEMD=$(usex systemd) -DLOGROTATE_HAS_SU=ON - -DICINGA2_LTO_BUILD=$(usex lto) + # only appends -flto + -DICINGA2_LTO_BUILD=OFF ) # default to off if minimal, allow the flags to be set otherwise if use minimal; then diff --git a/net-analyzer/icinga2/icinga2-2.14.0.ebuild b/net-analyzer/icinga2/icinga2-2.14.0.ebuild index 2c8028636725..1ce211b79dc7 100644 --- a/net-analyzer/icinga2/icinga2-2.14.0.ebuild +++ b/net-analyzer/icinga2/icinga2-2.14.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://icinga.com/" LICENSE="GPL-2" SLOT="0" -IUSE="console jumbo-build lto mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax" +IUSE="console jumbo-build mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax" # Add accounts to DEPEND because of fowners in src_install DEPEND=" @@ -60,7 +60,8 @@ src_configure() { -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=ON -DUSE_SYSTEMD=$(usex systemd) -DLOGROTATE_HAS_SU=ON - -DICINGA2_LTO_BUILD=$(usex lto) + # only appends -flto + -DICINGA2_LTO_BUILD=OFF ) # default to off if minimal, allow the flags to be set otherwise if use minimal; then diff --git a/net-analyzer/icinga2/icinga2-2.14.1.ebuild b/net-analyzer/icinga2/icinga2-2.14.1.ebuild index 82e4d4c65992..ff31fb2aa214 100644 --- a/net-analyzer/icinga2/icinga2-2.14.1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.14.1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://icinga.com/" LICENSE="GPL-2" SLOT="0" -IUSE="console jumbo-build lto mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax" +IUSE="console jumbo-build mail mariadb minimal +mysql nano-syntax +plugins postgres systemd +vim-syntax" # Add accounts to DEPEND because of fowners in src_install DEPEND=" @@ -60,7 +60,8 @@ src_configure() { -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=ON -DUSE_SYSTEMD=$(usex systemd) -DLOGROTATE_HAS_SU=ON - -DICINGA2_LTO_BUILD=$(usex lto) + # only appends -flto + -DICINGA2_LTO_BUILD=OFF ) # default to off if minimal, allow the flags to be set otherwise if use minimal; then diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index 93def667f4f3..f2525a95a10b 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://icinga.com/" LICENSE="GPL-2" SLOT="0" -IUSE="console jumbo-build lto mail mariadb minimal +mysql +plugins postgres systemd" +IUSE="console jumbo-build mail mariadb minimal +mysql +plugins postgres systemd" # Add accounts to DEPEND because of fowners in src_install DEPEND=" @@ -60,7 +60,8 @@ src_configure() { -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=ON -DUSE_SYSTEMD=$(usex systemd) -DLOGROTATE_HAS_SU=ON - -DICINGA2_LTO_BUILD=$(usex lto) + # only appends -flto + -DICINGA2_LTO_BUILD=OFF ) # default to off if minimal, allow the flags to be set otherwise if use minimal; then