summaryrefslogtreecommitdiff
path: root/profiles/default/linux/sparc/experimental/multilib/profile.bashrc
blob: 00533800398d544aac3705ce19621ee6462f07e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

if [[ "${EBUILD_PHASE}" == "setup" ]]
then
	if [[ ! "${I_READ_THE_MULTILIB_MIGRATION_GUIDE}" == "yes" ]]
	then
		ewarn "When migrating to the new sparc mutlilib profile please keep in mind that it"
		ewarn "is still in an experimental state. Also note that you need to follow the"
		ewarn "migration guide [0], otherwise important packages such as gcc or glibc will"
		ewarn "fail to compile and most other packages will be installed incorrectly."
		ewarn ""
		ewarn "[0] http://sparc.gentoo.org/multilib.xml"
		echo
	fi
fi