commit: 0efd015374d6c9cbbbad4e89c9970cf2660f8fd4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 07:59:22 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 07:59:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0efd0153
net-libs/libhtp: drop multilib
No multilib reverse dependencies.
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../libhtp/{libhtp-0.5.40.ebuild => libhtp-0.5.40-r1.ebuild} | 12 +++++-------
1 file 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
similarity index 77%
rename from net-libs/libhtp/libhtp-0.5.40.ebuild
rename to 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"
}