summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-09 09:59:22 +0200
committerDavid Seifert <soap@gentoo.org>2022-09-09 09:59:22 +0200
commit0efd015374d6c9cbbbad4e89c9970cf2660f8fd4 (patch)
tree60f6d3bcd649fdb2d73ffad13f1703da01758454 /net-libs/libhtp
parentnet-libs/http-parser: drop multilib (diff)
downloadgentoo-0efd015374d6c9cbbbad4e89c9970cf2660f8fd4.tar.gz
gentoo-0efd015374d6c9cbbbad4e89c9970cf2660f8fd4.tar.bz2
gentoo-0efd015374d6c9cbbbad4e89c9970cf2660f8fd4.zip
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>
Diffstat (limited to 'net-libs/libhtp')
-rw-r--r--net-libs/libhtp/libhtp-0.5.40-r1.ebuild (renamed from net-libs/libhtp/libhtp-0.5.40.ebuild)12
1 files changed, 5 insertions, 7 deletions
diff --git a/net-libs/libhtp/libhtp-0.5.40.ebuild b/net-libs/libhtp/libhtp-0.5.40-r1.ebuild
index c105c3aaa523..5bbe9e699afb 100644
--- a/net-libs/libhtp/libhtp-0.5.40.ebuild
+++ b/net-libs/libhtp/libhtp-0.5.40-r1.ebuild
@@ -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"
}