From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43984138334 for ; Sun, 17 Mar 2019 22:12:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D5B0E08BD; Sun, 17 Mar 2019 22:12:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 226CCE08BD for ; Sun, 17 Mar 2019 22:12:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AE8F335D2A for ; Sun, 17 Mar 2019 22:12:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2F7256B for ; Sun, 17 Mar 2019 22:12:38 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1552860747.549533bed40e8cefadb74d663e98d8ad17939725.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 549533bed40e8cefadb74d663e98d8ad17939725 X-VCS-Branch: master Date: Sun, 17 Mar 2019 22:12:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 96a696dd-9b60-4966-a3d7-fd19fa44b9fa X-Archives-Hash: b75e098d0c90ac686130856f1ebcf658 commit: 549533bed40e8cefadb74d663e98d8ad17939725 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 17 22:11:57 2019 +0000 Commit: Thomas Deutschmann gentoo 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 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) \