diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2006-01-22 00:24:15 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2006-01-22 00:24:15 +0000 |
commit | 2187744b0041ac387f5d90e30a2b081d381c2b4a (patch) | |
tree | 0103a8d64d7aeaf2faff62a4faff70eca101ab9c /eclass/libtool.eclass | |
parent | Fix broken symlink creation. (diff) | |
download | gentoo-2-2187744b0041ac387f5d90e30a2b081d381c2b4a.tar.gz gentoo-2-2187744b0041ac387f5d90e30a2b081d381c2b4a.tar.bz2 gentoo-2-2187744b0041ac387f5d90e30a2b081d381c2b4a.zip |
Add comment to contact us if portage patch fails.
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r-- | eclass/libtool.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 4dfb7b107222..cf4d776bf342 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.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/libtool.eclass,v 1.62 2005/12/07 22:50:05 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.63 2006/01/22 00:24:15 azarah Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -298,6 +298,7 @@ elibtoolize() { if [[ -z $(grep 'We do not want portage' "${x}/ltmain.sh") ]] ; then echo eerror "Portage patch requested, but failed to apply!" + eerror "Please bug azarah or vapier to add proper patch." die "Portage patch requested, but failed to apply!" fi else @@ -312,6 +313,7 @@ elibtoolize() { echo eerror "Portage patch failed to apply (ltmain.sh version ${version})!" + eerror "Please bug azarah or vapier to add proper patch." die "Portage patch failed to apply!" fi # We do not want to run libtoolize ... |