diff options
author | Francisco Javier Félix <web@inode64.com> | 2023-08-08 10:38:37 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-09 04:29:00 +0100 |
commit | 027889960310a752b445a25d5b378c502ce72bac (patch) | |
tree | 16a0c8c4c337db81f8e6f0495c8d0ee33fba55f2 /sys-power | |
parent | sys-firmware/intel-microcode: stabilize 20230808_p20230804 for amd64, x86 (diff) | |
download | gentoo-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')
-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.ebuild | 1 |
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) |