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 | 96e8a98adf5709381233d72ab23229ad2029a5fe (patch) | |
tree | 42a30002e45db9e622bb870d0998f5af0a52ad44 /eclass/x-modular.eclass | |
parent | netjack fixes (diff) | |
download | gentoo-2-96e8a98adf5709381233d72ab23229ad2029a5fe.tar.gz gentoo-2-96e8a98adf5709381233d72ab23229ad2029a5fe.tar.bz2 gentoo-2-96e8a98adf5709381233d72ab23229ad2029a5fe.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 |