diff options
Diffstat (limited to 'dev-libs/libffi/libffi-3.3.5.ebuild')
-rw-r--r-- | dev-libs/libffi/libffi-3.3.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libffi/libffi-3.3.5.ebuild b/dev-libs/libffi/libffi-3.3.5.ebuild index b4c517509495..8e9f0eb8d789 100644 --- a/dev-libs/libffi/libffi-3.3.5.ebuild +++ b/dev-libs/libffi/libffi-3.3.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.3.5.ebuild,v 1.9 2006/08/14 16:51:18 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.3.5.ebuild,v 1.10 2007/03/03 22:53:13 genone Exp $ inherit eutils flag-o-matic libtool gnuconfig versionator @@ -111,8 +111,8 @@ pkg_setup() { einfo "Correctly using gcc version ${PV}" else eerror "Not using gcc version ${PV}!" - einfo "Please switch to this gcc profile using gcc-config and re-run emerge." - einfo "If you are using a newer version of gcc, you can see if there is a matching version of libffi." + eerror "Please switch to this gcc profile using gcc-config and re-run emerge." + eerror "If you are using a newer version of gcc, you can see if there is a matching version of libffi." die fi } |