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

Collapse All | Expand All

(-)a/bootstrap-prefix.sh (+11 lines)
Lines 493-498 bootstrap_setup() { Link Here
493
	>=sys-devel/gcc-11
493
	>=sys-devel/gcc-11
494
	EOF
494
	EOF
495
495
496
	# bug #824482 avoid glibc-2.34
497
	if is-rap; then
498
		if ! [ -d "${ROOT}"/etc/portage/package.mask ]; then
499
			mkdir "${ROOT}"/etc/portage/package.mask
500
		fi
501
		cat >> "${ROOT}"/etc/portage/package.mask/glibc <<-EOF
502
		# bug #824482 avoid glibc-2.34
503
		~sys-libs/glibc-2.34
504
		EOF
505
	fi
506
496
	# Use package.use to disable in the portage tree to be shared between
507
	# Use package.use to disable in the portage tree to be shared between
497
	# stage2 and stage3. The hack will be undone during tree sync in stage3.
508
	# stage2 and stage3. The hack will be undone during tree sync in stage3.
498
	cat >> "${ROOT}"/etc/portage/make.profile/package.use <<-EOF
509
	cat >> "${ROOT}"/etc/portage/make.profile/package.use <<-EOF

Return to bug 824482