From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 76B951582EF for ; Tue, 25 Feb 2025 08:49:57 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5C68534318E for ; Tue, 25 Feb 2025 08:49:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5C073110260; Tue, 25 Feb 2025 08:49:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 4EE98110260 for ; Tue, 25 Feb 2025 08:49:56 +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 02C3E343096 for ; Tue, 25 Feb 2025 08:49:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EE5A27B6 for ; Tue, 25 Feb 2025 08:49:54 +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: <1740473371.f58c6f7e14e99b3ba61dfd289ec7c8d95145b623.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/nut/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/nut/nut-2.8.2-r1.ebuild sys-power/nut/nut-9999.ebuild X-VCS-Directories: sys-power/nut/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f58c6f7e14e99b3ba61dfd289ec7c8d95145b623 X-VCS-Branch: master Date: Tue, 25 Feb 2025 08:49:54 +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: 5681bcbd-6b30-49e3-81d1-f55db9bacb61 X-Archives-Hash: 903d1b336898f68cc0be3757028bda88 commit: f58c6f7e14e99b3ba61dfd289ec7c8d95145b623 Author: Sam James gentoo org> AuthorDate: Tue Feb 25 08:32:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 25 08:49:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58c6f7e sys-power/nut: drop filter-lto Tests pass, no bad warnings/errors. I can't find a bug for it being added, but it was done in 8fbe87722c3259c749da630b76355e5f59d727f5. Signed-off-by: Sam James gentoo.org> sys-power/nut/{nut-9999.ebuild => nut-2.8.2-r1.ebuild} | 3 +-- sys-power/nut/nut-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-power/nut/nut-9999.ebuild b/sys-power/nut/nut-2.8.2-r1.ebuild similarity index 98% copy from sys-power/nut/nut-9999.ebuild copy to sys-power/nut/nut-2.8.2-r1.ebuild index 8ffdbcbd422f..2b726a626e93 100644 --- a/sys-power/nut/nut-9999.ebuild +++ b/sys-power/nut/nut-2.8.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit bash-completion-r1 desktop flag-o-matic linux-info optfeature +inherit bash-completion-r1 desktop linux-info optfeature inherit python-single-r1 systemd tmpfiles toolchain-funcs udev wrapper xdg MY_P=${P/_/-} @@ -150,7 +150,6 @@ src_configure() { $(use_with zeroconf avahi) ) - filter-lto tc-export CC CXX AR use cgi && myeconfargs+=( --with-cgipath=/usr/share/nut/cgi ) diff --git a/sys-power/nut/nut-9999.ebuild b/sys-power/nut/nut-9999.ebuild index 8ffdbcbd422f..2b726a626e93 100644 --- a/sys-power/nut/nut-9999.ebuild +++ b/sys-power/nut/nut-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit bash-completion-r1 desktop flag-o-matic linux-info optfeature +inherit bash-completion-r1 desktop linux-info optfeature inherit python-single-r1 systemd tmpfiles toolchain-funcs udev wrapper xdg MY_P=${P/_/-} @@ -150,7 +150,6 @@ src_configure() { $(use_with zeroconf avahi) ) - filter-lto tc-export CC CXX AR use cgi && myeconfargs+=( --with-cgipath=/usr/share/nut/cgi )