commit: 69485a7851d3916e60711706f28919ef7a66c619
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 17:48:46 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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