From a1b26f76b810665128248fd83d5875fefc605c65 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 2 Jun 2003 21:27:19 +0000 Subject: Better warning messages --- eclass/php.eclass | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/php.eclass b/eclass/php.eclass index 6d4332e6aeef..78139782403a 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,7 +1,7 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Robin H. Johnson -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.32 2003/06/02 20:12:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.33 2003/06/02 21:27:19 robbat2 Exp $ # This EBUILD is totally masked presently. Use it at your own risk. I know it # is severely broken, but I needed to get a copy into CVS to pass around and @@ -130,8 +130,9 @@ php_check_java_config() { } php_src_unpack() { - ewarn "This ebuild is intended for ~x86 testing presently. Heavy testing welcome." - ewarn "It should be stable for nearly systems." + ewarn "This ebuild should be very stable at this point." + use java && ewarn "Java support may be somewhat flakey, but it shouldn't break anything." + ( use xml && use xml2 ) || ewarn "You must have BOTH xml and xml2 in your USE flags for PEAR" unpack ${MY_P}.tar.bz2 cd ${S} -- cgit v1.2.3-65-gdbad