diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2009-01-01 22:15:42 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2009-01-01 22:15:42 +0000 |
commit | 5a73ba5b452c65aafd3df67be3567daa50496c48 (patch) | |
tree | 10cc513dd010615e3638d5a67b23f31100041ae4 /profiles | |
parent | Add patch for plasma crashes, bug 253044 (diff) | |
download | gentoo-2-5a73ba5b452c65aafd3df67be3567daa50496c48.tar.gz gentoo-2-5a73ba5b452c65aafd3df67be3567daa50496c48.tar.bz2 gentoo-2-5a73ba5b452c65aafd3df67be3567daa50496c48.zip |
wrap text at 77 chars cause ewarn add ' * '
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/sparc/experimental/multilib/profile.bashrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/default/linux/sparc/experimental/multilib/profile.bashrc b/profiles/default/linux/sparc/experimental/multilib/profile.bashrc index 6f1fdbd19558..451dfeaadf4d 100644 --- a/profiles/default/linux/sparc/experimental/multilib/profile.bashrc +++ b/profiles/default/linux/sparc/experimental/multilib/profile.bashrc @@ -1,15 +1,15 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/sparc/experimental/multilib/profile.bashrc,v 1.2 2009/01/01 22:15:42 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 "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 |