aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefson <herrtimson@yahoo.de>2019-10-19 11:03:18 +0200
committerJory Pratt <anarchy@gentoo.org>2019-10-19 20:06:04 -0500
commit63d3076c402aa0de09a25a1bf299f48085b7ad5f (patch)
treea2d336e1b8c71da95dca113bd3c5ec9d3f3060ef /dev-lang
parentsys-auth/polkit: sync user changes from tree (diff)
downloadmusl-63d3076c402aa0de09a25a1bf299f48085b7ad5f.tar.gz
musl-63d3076c402aa0de09a25a1bf299f48085b7ad5f.tar.bz2
musl-63d3076c402aa0de09a25a1bf299f48085b7ad5f.zip
freebsd got stripped off the tree, removing keywords and some dead code
this should be all of them Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/go/go-1.10.3.ebuild2
-rw-r--r--dev-lang/perl/perl-5.26.3.ebuild2
-rw-r--r--dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild7
3 files changed, 3 insertions, 8 deletions
diff --git a/dev-lang/go/go-1.10.3.ebuild b/dev-lang/go/go-1.10.3.ebuild
index 61942f28..02de3bc5 100644
--- a/dev-lang/go/go-1.10.3.ebuild
+++ b/dev-lang/go/go-1.10.3.ebuild
@@ -22,7 +22,7 @@ case ${PV} in
*_beta*|*_rc*) ;;
*)
KEYWORDS="-* amd64"
- #KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x64-solaris"
+ #KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~x64-macos ~x64-solaris"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is
diff --git a/dev-lang/perl/perl-5.26.3.ebuild b/dev-lang/perl/perl-5.26.3.ebuild
index f7fcedba..e530434d 100644
--- a/dev-lang/perl/perl-5.26.3.ebuild
+++ b/dev-lang/perl/perl-5.26.3.ebuild
@@ -49,7 +49,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0/${SUBSLOT}"
if [[ "${PV##*.}" != "9999" ]]; then
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
IUSE="berkdb debug doc gdbm ithreads"
diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
index 7ad8bb68..2db5ba57 100644
--- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://ftp.mozilla.org/pub/spidermonkey/prereleases/52/pre1/mozjs-52.9.
LICENSE="NPL-1.1"
SLOT="52"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE="debug elibc_musl minimal +system-icu test"
RESTRICT="ia64? ( test )"
@@ -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