net-libs/libhtp: drop multilib

No multilib reverse dependencies.

Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
Sam James
2022-09-09 09:59:22 +02:00
committed by David Seifert
parent a81f1ccd70
commit 0efd015374

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools multilib-minimal
inherit autotools
DESCRIPTION="security-aware parser for the HTTP protocol and the related bits and pieces"
HOMEPAGE="https://github.com/OISF/libhtp"
@@ -22,14 +22,12 @@ src_prepare() {
eautoreconf
}
multilib_src_configure() {
src_configure() {
# The debug configure logic is broken.
ECONF_SOURCE=${S} \
econf \
$(usex debug '--enable-debug' '') \
--disable-static
econf $(usev debug '--enable-debug')
}
multilib_src_install_all() {
src_install() {
default
find "${ED}" -name '*.la' -delete || die "Failed to remove .la files"
}