diff options
author | George Shapovalov <george@gentoo.org> | 2007-05-18 13:55:36 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-05-18 13:55:36 +0000 |
commit | f26c3b05638a8211050ac64da5a2078f65e278ad (patch) | |
tree | 4c677c28ceb78f42dc955642add40fc142f5bcd7 /eclass | |
parent | Silent bump to ooo-build-2.2.0.1, mostly some printing fixes (diff) | |
download | gentoo-2-f26c3b05638a8211050ac64da5a2078f65e278ad.tar.gz gentoo-2-f26c3b05638a8211050ac64da5a2078f65e278ad.tar.bz2 gentoo-2-f26c3b05638a8211050ac64da5a2078f65e278ad.zip |
fixed warning to be gnat specific
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index 0aea8fcef407..4001ecd97cbd 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.27 2007/05/18 13:50:21 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.28 2007/05/18 13:55:36 george Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -252,7 +252,7 @@ should_we_eselect_gnat() { elog "switch to the newly installed gcc version, do the" elog "following:" echo - elog "eselect compiler set <profile>" + elog "eselect gnat set <profile>" echo ebeep return 1 |