commit:     08e38fb68ef1ff36b8911856b909794ce5803b84
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 22:06:18 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 22:23:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e38fb6

net-libs/http-parser: Remove the static library

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-libs/http-parser/http-parser-2.9.4.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-libs/http-parser/http-parser-2.9.4.ebuild 
b/net-libs/http-parser/http-parser-2.9.4.ebuild
index 28a3330d367..d0b50760a6f 100644
--- a/net-libs/http-parser/http-parser-2.9.4.ebuild
+++ b/net-libs/http-parser/http-parser-2.9.4.ebuild
@@ -11,7 +11,6 @@ 
SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar
 LICENSE="MIT"
 SLOT="0/2.9.0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x64-macos ~x64-solaris"
-IUSE="static-libs"
 
 src_prepare() {
        default
@@ -21,7 +20,6 @@ src_prepare() {
 
 multilib_src_compile() {
        emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" 
CFLAGS_FAST="${CFLAGS}" library
-       use static-libs && emake CFLAGS_FAST="${CFLAGS}" package
 }
 
 multilib_src_test() {
@@ -30,5 +28,4 @@ multilib_src_test() {
 
 multilib_src_install() {
        emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
-       use static-libs && dolib.a libhttp_parser.a
 }

Reply via email to