diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-04-02 00:07:55 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-04-02 00:07:55 +0000 |
commit | 583fa4880c34a00e14131b50defad41fc19b6a92 (patch) | |
tree | d19ca84e9b3d7b4acef711b989e03216fb5b356a /eclass/x-modular.eclass | |
parent | netjack fixes (diff) | |
download | historical-583fa4880c34a00e14131b50defad41fc19b6a92.tar.gz historical-583fa4880c34a00e14131b50defad41fc19b6a92.tar.bz2 historical-583fa4880c34a00e14131b50defad41fc19b6a92.zip |
Clarify error message when attempting to emerge hardened (bug #127742 c22,23).
Diffstat (limited to 'eclass/x-modular.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 70c494cb2309..026e0f72105c 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.49 2006/03/22 20:19:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.50 2006/04/02 00:07:55 kevquinn Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -231,7 +231,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 specs!" + msg="${PN} does not work with hardened gcc specs. Switch to vanilla gcc specs to emerge ${PN}." eerror "$msg" die "$msg" fi |