build: allow ignoring nrpe on non-compatible SSL build annotation

This commit is contained in:
Franco Fichtner 2023-11-15 08:20:13 +01:00
parent e719b049a3
commit 304759ea5b
3 changed files with 4 additions and 3 deletions

View File

@ -1222,7 +1222,8 @@ list_config()
if [ -n "${LIST_IGNORE}" -a -n "${LIST_MATCH}" ]; then
for LIST_QUIRK in $(echo ${LIST_IGNORE} | tr ',' ' '); do
if [ ${LIST_QUIRK} = ${PRODUCT_TARGET} -o \
${LIST_QUIRK} = ${PRODUCT_ARCH} ]; then
${LIST_QUIRK} = ${PRODUCT_ARCH} -o \
${LIST_QUIRK} = ${PRODUCT_SSL} ]; then
continue 2
fi
done

View File

@ -20,7 +20,7 @@ net-mgmt/collectd arm
net-mgmt/lldpd arm
net-mgmt/net-snmp arm
net-mgmt/netdata arm
net-mgmt/nrpe arm
net-mgmt/nrpe arm,openssl
net-mgmt/telegraf arm
net-mgmt/zabbix-agent@zabbix5 arm
net-mgmt/zabbix-agent@zabbix6 arm

View File

@ -93,8 +93,8 @@ net-mgmt/lldpd arm
net-mgmt/mk-livestatus arm
net-mgmt/net-snmp arm
net-mgmt/netdata arm
net-mgmt/nrpe3 arm
net-mgmt/nrpe arm
net-mgmt/nrpe3 arm,openssl
net-mgmt/p5-FusionInventory-Agent
net-mgmt/py-opn-cli
net-mgmt/telegraf arm