diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-09 20:39:30 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-09 20:39:30 +0000 |
commit | 66e2edab9bfaa3123500b9b931af594d2d3639d5 (patch) | |
tree | 556a9d68dde425e8612be08587bf618681d93898 /eclass | |
parent | Stable on sparc wrt #125419 (diff) | |
download | gentoo-2-66e2edab9bfaa3123500b9b931af594d2d3639d5.tar.gz gentoo-2-66e2edab9bfaa3123500b9b931af594d2d3639d5.tar.bz2 gentoo-2-66e2edab9bfaa3123500b9b931af594d2d3639d5.zip |
Attempt to clarify vanilla gcc message.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index d9c2bc7802fe..7319ef7ce21c 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.46 2006/02/28 01:27:21 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.47 2006/03/09 20:39:30 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -230,7 +230,7 @@ x-modular_reconf_source() { x-modular_src_unpack() { if [[ ${PN:0:11} = "xorg-server" ]] || [[ -n "${DRIVER}" ]]; then if gcc-specs-now; then - msg="Do not emerge ${PN} without vanilla gcc!" + msg="Do not emerge ${PN} without vanilla gcc specs!" eerror "$msg" die "$msg" fi |