summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Javier FĂ©lix <web@inode64.com>2023-08-08 10:38:37 +0200
committerSam James <sam@gentoo.org>2023-08-09 04:29:00 +0100
commit027889960310a752b445a25d5b378c502ce72bac (patch)
tree16a0c8c4c337db81f8e6f0495c8d0ee33fba55f2 /sys-power/nut
parentsys-firmware/intel-microcode: stabilize 20230808_p20230804 for amd64, x86 (diff)
downloadgentoo-027889960310a752b445a25d5b378c502ce72bac.tar.gz
gentoo-027889960310a752b445a25d5b378c502ce72bac.tar.bz2
gentoo-027889960310a752b445a25d5b378c502ce72bac.zip
sys-power/nut: Fix missing cgi flag in configure
Closes: https://bugs.gentoo.org/908689 Signed-off-by: INODE64 <web@inode64.com> Closes: https://github.com/gentoo/gentoo/pull/32218 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-power/nut')
-rw-r--r--sys-power/nut/nut-2.8.0-r2.ebuild (renamed from sys-power/nut/nut-2.8.0-r1.ebuild)1
-rw-r--r--sys-power/nut/nut-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-power/nut/nut-2.8.0-r1.ebuild b/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)