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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F41AB158086 for ; Sun, 2 Jan 2022 17:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C33032BC024; Sun, 2 Jan 2022 17:49:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC1F52BC021 for ; Sun, 2 Jan 2022 17:49:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB1BB3430E5 for ; Sun, 2 Jan 2022 17:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72445274 for ; Sun, 2 Jan 2022 17:49:34 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641145726.69485a7851d3916e60711706f28919ef7a66c619.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 69485a7851d3916e60711706f28919ef7a66c619 X-VCS-Branch: master Date: Sun, 2 Jan 2022 17:49:34 +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: 21544ebc-4820-46be-9c1e-9b63c54d4e44 X-Archives-Hash: 5205f2979596545d41018f1ce60b6166 commit: 69485a7851d3916e60711706f28919ef7a66c619 Author: David Seifert gentoo org> AuthorDate: Sun Jan 2 17:48:46 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 2 17:48:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69485a78 dev-lang/spidermonkey: remove freebsd-libc Signed-off-by: David Seifert gentoo.org> dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild | 7 +------ dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild index ac001314d8a5..0c0d352f3bd5 100644 --- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -56,11 +56,6 @@ src_prepare() { eapply_user - if [[ ${CHOST} == *-freebsd* ]]; then - # Don't try to be smart, this does not work in cross-compile anyway - ln -sfn "${BUILDDIR}/config/Linux_All.mk" "${S}/config/$(uname -s)$(uname -r).mk" || die - fi - cd "${S}"/js/src || die eautoconf old-configure.in eautoconf diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild index b0ea339891c7..57b7d6d43d40 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -54,11 +54,6 @@ src_prepare() { eapply_user - if [[ ${CHOST} == *-freebsd* ]]; then - # Don't try to be smart, this does not work in cross-compile anyway - ln -sfn "${BUILDDIR}/config/Linux_All.mk" "${S}/config/$(uname -s)$(uname -r).mk" || die - fi - cd "${S}/js/src" || die eautoconf old-configure.in eautoconf