summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default/linux/sparc/experimental/multilib/profile.bashrc')
-rw-r--r--profiles/default/linux/sparc/experimental/multilib/profile.bashrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/profiles/default/linux/sparc/experimental/multilib/profile.bashrc b/profiles/default/linux/sparc/experimental/multilib/profile.bashrc
new file mode 100644
index 000000000000..3b1dc6ed4a6d
--- /dev/null
+++ b/profiles/default/linux/sparc/experimental/multilib/profile.bashrc
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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