diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-11-19 10:26:24 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-11-19 10:26:24 +0000 |
commit | 38e857434e828a3f3bea325b62eacb52a05a9732 (patch) | |
tree | 9aa88c1ade9109aad4ee23d97bace3a12a70b257 /app-emulation/open-vm-tools | |
parent | alpha/arm/ia64/x86 stable wrt #247293 (diff) | |
download | gentoo-2-38e857434e828a3f3bea325b62eacb52a05a9732.tar.gz gentoo-2-38e857434e828a3f3bea325b62eacb52a05a9732.tar.bz2 gentoo-2-38e857434e828a3f3bea325b62eacb52a05a9732.zip |
Fix up hardened message again.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r1 i686)
Diffstat (limited to 'app-emulation/open-vm-tools')
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild b/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild index 0245b8d98793..ec5c6a390277 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild,v 1.2 2008/11/19 01:34:12 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-0.0.20080808.109361-r1.ebuild,v 1.3 2008/11/19 10:26:24 ikelos Exp $ inherit pam eutils linux-mod versionator @@ -74,8 +74,8 @@ pkg_setup() { MODULE_NAMES="${MODULE_NAMES} ${mod}(${MODTARGET}:${S}/${VMWARE_MOD_DIR}/${mod})" done - ewarn "If you're compiling with a hardened toolchain, please use the hardened" - ewarn "gcc profile (see bug #200376, comment 18)." + ewarn "If you're compiling with a hardened toolchain, please use the" + ewarn "hardenednopie gcc profile (see bug #200376, comment 18)." enewgroup vmware |