summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-04-18 12:21:14 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-04-18 12:21:14 +0000
commitcdc40f6e35a02533aa61ee712c9ef9edc1bd527f (patch)
tree3971f0c6a9186cc5068dd93b64e5fab49b0bedb2 /eclass/phpconfutils.eclass
parentStable on SPARC. (diff)
downloadgentoo-2-cdc40f6e35a02533aa61ee712c9ef9edc1bd527f.tar.gz
gentoo-2-cdc40f6e35a02533aa61ee712c9ef9edc1bd527f.tar.bz2
gentoo-2-cdc40f6e35a02533aa61ee712c9ef9edc1bd527f.zip
Sync with overlay and fix several issues.
Diffstat (limited to 'eclass/phpconfutils.eclass')
-rw-r--r--eclass/phpconfutils.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/phpconfutils.eclass b/eclass/phpconfutils.eclass
index 26f764e659db..3a22b48b0236 100644
--- a/eclass/phpconfutils.eclass
+++ b/eclass/phpconfutils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.1 2006/03/24 23:05:49 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/phpconfutils.eclass,v 1.2 2006/04/18 12:21:14 chtekk Exp $
#
# ########################################################################
#
@@ -395,7 +395,7 @@ phpconfutils_warn_about_external_deps() {
for x in ${CONFUTILS_MISSING_DEPS} ; do
if useq "${x}" || phpconfutils_usecheck "${x}" ; then
- ewarn "USE flag ${x} enables support for software not present in Portage"
+ ewarn "USE flag ${x} enables support for software not present in Portage!"
my_found="1"
fi
done
@@ -405,6 +405,9 @@ phpconfutils_warn_about_external_deps() {
ewarn "This ebuild will continue, but if you haven't already installed the"
ewarn "software required to satisfy the list above, this package will probably"
ewarn "fail to compile later on."
+ ewarn "*DO NOT* file bugs about compile failures or issues you're having"
+ ewarn "when using one of those flags, as we aren't able to support them."
+ ewarn "|=|=|=|=|=|=| You are on your own if you use them! |=|=|=|=|=|=|"
ewarn
sleep 5
fi