commit:     549533bed40e8cefadb74d663e98d8ad17939725
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 22:11:57 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 22:12:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549533be

dev-lang/spidermonkey: use system's zlib

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild 
b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild
index 4245d8ec7d3..0ec72a142b2 100644
--- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild
@@ -29,7 +29,7 @@ BUILDDIR="${S}/jsobj"
 RDEPEND=">=dev-libs/nspr-4.13.1
        virtual/libffi
        sys-libs/readline:0=
-       >=sys-libs/zlib-1.2.3
+       >=sys-libs/zlib-1.2.3:=
        system-icu? ( >=dev-libs/icu-59.1:= )"
 DEPEND="${RDEPEND}"
 
@@ -66,6 +66,7 @@ src_configure() {
                --disable-jemalloc \
                --enable-readline \
                --with-system-nspr \
+               --with-system-zlib \
                --disable-optimize \
                --with-intl-api \
                $(use_with system-icu) \

Reply via email to