summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-08-28 14:49:48 -0400
committerMike Gilbert <floppym@gentoo.org>2023-08-28 14:49:48 -0400
commite828e60c489c9df6bb636b6f67e46657cd935c71 (patch)
tree2734ab36a087a4dce206c080c6038910f6ffc463 /net-libs/libmicrohttpd
parentpackage.mask: Last rite dev-python/pytz_deprecation_shim (diff)
downloadgentoo-e828e60c489c9df6bb636b6f67e46657cd935c71.tar.gz
gentoo-e828e60c489c9df6bb636b6f67e46657cd935c71.tar.bz2
gentoo-e828e60c489c9df6bb636b6f67e46657cd935c71.zip
net-libs/libmicrohttpd: make EVENTFD check non-fatal
Closes: https://bugs.gentoo.org/913114 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r--net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild
index 490e505c1313..fd1fbe4258f4 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.77.ebuild
@@ -33,7 +33,7 @@ pkg_pretend() {
use epoll && CONFIG_CHECK+=" ~EPOLL"
ERROR_EPOLL="EPOLL is not enabled in kernel, but enabled in libmicrohttpd."
ERROR_EPOLL+=" libmicrohttpd will fail to start with 'automatic' configuration."
- use eventfd && CONFIG_CHECK+=" EVENTFD"
+ use eventfd && CONFIG_CHECK+=" ~EVENTFD"
ERROR_EVENTFD="EVENTFD is not enabled in kernel, but enabled in libmicrohttpd."
ERROR_EVENTFD+=" libmicrohttpd will not work."
check_extra_config