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 1F38515800A for ; Wed, 9 Aug 2023 03:34:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 550102BC017; Wed, 9 Aug 2023 03:34:28 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 325362BC017 for ; Wed, 9 Aug 2023 03:34:28 +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 187D8335D80 for ; Wed, 9 Aug 2023 03:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77EAFF2E for ; Wed, 9 Aug 2023 03:34:25 +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: <1691551740.027889960310a752b445a25d5b378c502ce72bac.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.0-r1.ebuild sys-power/nut/nut-2.8.0-r2.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: 027889960310a752b445a25d5b378c502ce72bac X-VCS-Branch: master Date: Wed, 9 Aug 2023 03:34:25 +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: 8f259140-ae86-45d0-bf38-f75c012fde45 X-Archives-Hash: f92ce317e2b74f16675bc63fc94f6305 commit: 027889960310a752b445a25d5b378c502ce72bac Author: Francisco Javier FĂ©lix inode64 com> AuthorDate: Tue Aug 8 08:38:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 9 03:29:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02788996 sys-power/nut: Fix missing cgi flag in configure Closes: https://bugs.gentoo.org/908689 Signed-off-by: INODE64 inode64.com> Closes: https://github.com/gentoo/gentoo/pull/32218 Signed-off-by: Sam James gentoo.org> sys-power/nut/{nut-2.8.0-r1.ebuild => nut-2.8.0-r2.ebuild} | 1 + sys-power/nut/nut-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-power/nut/nut-2.8.0-r1.ebuild b/sys-power/nut/nut-2.8.0-r2.ebuild similarity index 99% rename from sys-power/nut/nut-2.8.0-r1.ebuild rename to sys-power/nut/nut-2.8.0-r2.ebuild index a7497d227ba4..be431f111c9e 100644 --- a/sys-power/nut/nut-2.8.0-r1.ebuild +++ b/sys-power/nut/nut-2.8.0-r2.ebuild @@ -108,6 +108,7 @@ src_configure() { --with-altpidpath=/run/nut --with-pidpath=/run/nut $(use_enable test cppunit) + $(use_with cgi) $(use_with i2c linux_i2c) $(use_with ipmi freeipmi) $(use_with ipmi) diff --git a/sys-power/nut/nut-9999.ebuild b/sys-power/nut/nut-9999.ebuild index 1a18e915356e..1d0b5e50edae 100644 --- a/sys-power/nut/nut-9999.ebuild +++ b/sys-power/nut/nut-9999.ebuild @@ -132,6 +132,7 @@ src_configure() { --without-python2 --with-altpidpath=/run/nut --with-pidpath=/run/nut + $(use_with cgi) $(use_with gpio) $(use_with i2c linux_i2c) $(use_with ipmi freeipmi)