diff options
author | 2008-12-31 16:05:15 +0000 | |
---|---|---|
committer | 2008-12-31 16:05:15 +0000 | |
commit | dac545620a0d0511bad9fd1e5a9761c8cc507fac (patch) | |
tree | 365e2422c8afa9ab0d90524bb994dd9430a70e7f /profiles/default | |
parent | Add mask for gentoolkit-dev-0.2.6.9 for testing of echangelog subversion/git ... (diff) | |
download | gentoo-2-dac545620a0d0511bad9fd1e5a9761c8cc507fac.tar.gz gentoo-2-dac545620a0d0511bad9fd1e5a9761c8cc507fac.tar.bz2 gentoo-2-dac545620a0d0511bad9fd1e5a9761c8cc507fac.zip |
Add profile.bashrc to warn users who didn't read the migration guide
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/sparc/experimental/multilib/profile.bashrc | 17 |
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..6f1fdbd19558 --- /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 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/profile.bashrc,v 1.1 2008/12/31 16:05:15 bluebird Exp $ + +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 is" + ewarn "still in an experimental state. Also note that you need to follow the migration" + ewarn "guide [0], otherwise important packages such as gcc or glibc will fail to" + ewarn "compile and most other packages will be installed incorrectly." + ewarn "" + ewarn "[0] http://sparc.gentoo.org/multilib.xml" + echo + fi +fi |