The ebuild currently has USE=pcre and USE=pcre2. Please drop USE=pcre2 and make USE=pcre mean "support for libpcre2", as libpcre1 is EOL. Thanks!
only versions 6.0 and 6.2 support (also) pcre2, 4.0 and 5.0 don't support pcre2 afaik, only pcre, but they are still not eol'd. what shall we do? i can drop pcre from 6.0 and 6.2, but i can't from the older versions.
It's okay to just drop pcre1 in favour of pcre2 where you can, it's ok to keep older versions with pcre1 only until they naturally get removed. No hurry, it's more about just removing it where it's easy.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02e97dfbdd28bd2ed253c685bb7b4a1e665f1f6 commit d02e97dfbdd28bd2ed253c685bb7b4a1e665f1f6 Author: Miroslav Šulc <fordfrog@gentoo.org> AuthorDate: 2022-12-18 07:45:38 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2022-12-18 07:45:50 +0000 net-analyzer/zabbix: dropped pcre2 use flag from unstable 6.0.x and 6.2.x Closes: https://bugs.gentoo.org/886535 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> net-analyzer/zabbix/zabbix-6.0.11.ebuild | 22 ++++------------------ net-analyzer/zabbix/zabbix-6.0.12.ebuild | 22 ++++------------------ net-analyzer/zabbix/zabbix-6.2.5.ebuild | 22 ++++------------------ net-analyzer/zabbix/zabbix-6.2.6.ebuild | 22 ++++------------------ 4 files changed, 16 insertions(+), 72 deletions(-)
Thank you!