diff options
author | Nicholas Jones <carpaski@gentoo.org> | 2002-12-14 23:03:25 +0000 |
---|---|---|
committer | Nicholas Jones <carpaski@gentoo.org> | 2002-12-14 23:03:25 +0000 |
commit | a29a20a36378cfabdc4ab9a3a86d1d7dbebc8fa0 (patch) | |
tree | ac46115a2a3a062c3a066ff1c9548b5467a2093b | |
parent | Upgraded profile for sparc64 ~testing only right now. Send comments (diff) | |
download | gentoo-2-a29a20a36378cfabdc4ab9a3a86d1d7dbebc8fa0.tar.gz gentoo-2-a29a20a36378cfabdc4ab9a3a86d1d7dbebc8fa0.tar.bz2 gentoo-2-a29a20a36378cfabdc4ab9a3a86d1d7dbebc8fa0.zip |
typo correction
-rw-r--r-- | sys-apps/portage/portage-2.0.45-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/portage/portage-2.0.45-r5.ebuild b/sys-apps/portage/portage-2.0.45-r5.ebuild index 6005cad788c0..ee84c75b7359 100644 --- a/sys-apps/portage/portage-2.0.45-r5.ebuild +++ b/sys-apps/portage/portage-2.0.45-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.45-r5.ebuild,v 1.2 2002/12/13 17:12:57 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.45-r5.ebuild,v 1.3 2002/12/14 23:03:25 carpaski Exp $ IUSE="build" @@ -206,7 +206,7 @@ pkg_postinst() { einfo "personal ebuilds. NOTE: PORTDIR_OVERLAY support is *beta* code; it may not" einfo "work correctly yet." echo - einfo "NOTICE: PLEASE update your make.globals. All user changes to varaibles" + einfo "NOTICE: PLEASE update your make.globals. All user changes to variables" einfo "in make.globals should be placed in make.conf. DO NOT MODIFY make.globals." einfo "AUTOCLEAN's default has been changed to 'yes' to ensure that libraries are" einfo "treated properly during merges. NOT updating make.globals may result in you" |