Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 938893 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- a/app-editors/zed/zed-0.150.4.ebuild
0
++ b/app-editors/zed/zed-0.150.4.ebuild
Lines 1073-1079 Link Here
1073
1073
1074
LICENSE="0BSD AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 GPL-3+ ISC LGPL-3 MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
1074
LICENSE="0BSD AGPL-3+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 GPL-3+ ISC LGPL-3 MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
1075
SLOT="0"
1075
SLOT="0"
1076
KEYWORDS="~amd64"
1076
KEYWORDS="~amd64 ~arm64"
1077
IUSE="gles-only"
1077
CHECKREQS_DISK_BUILD="8G"
1078
CHECKREQS_DISK_BUILD="8G"
1078
1079
1079
DEPEND="
1080
DEPEND="
Lines 1119-1124 Link Here
1119
	export RUSTFLAGS="${RUSTFLAGS} -C symbol-mangling-version=v0 --cfg tokio_unstable -C link-arg=-fuse-ld=mold -C link-args=-Wl,--disable-new-dtags,-rpath,\$ORIGIN/../lib"
1120
	export RUSTFLAGS="${RUSTFLAGS} -C symbol-mangling-version=v0 --cfg tokio_unstable -C link-arg=-fuse-ld=mold -C link-args=-Wl,--disable-new-dtags,-rpath,\$ORIGIN/../lib"
1120
	# linking error with llvm-18
1121
	# linking error with llvm-18
1121
	export RUSTFLAGS="${RUSTFLAGS} -C link-args=-Wl,-z,nostart-stop-gc"
1122
	export RUSTFLAGS="${RUSTFLAGS} -C link-args=-Wl,-z,nostart-stop-gc"
1123
	# use gles (potential vulkan support workaround) if required
1124
	if $(use gles-only); then
1125
		export RUSTFLAGS="${RUSTFLAGS} --cfg gles"
1126
	fi
1122
}
1127
}
1123
1128
1124
src_prepare() {
1129
src_prepare() {

Return to bug 938893