diff options
Diffstat (limited to 'www-apache/mod_jk/mod_jk-1.2.20.ebuild')
-rw-r--r-- | www-apache/mod_jk/mod_jk-1.2.20.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www-apache/mod_jk/mod_jk-1.2.20.ebuild b/www-apache/mod_jk/mod_jk-1.2.20.ebuild index 01d7e84a53b8..51c4be909ba3 100644 --- a/www-apache/mod_jk/mod_jk-1.2.20.ebuild +++ b/www-apache/mod_jk/mod_jk-1.2.20.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/www-apache/mod_jk/mod_jk-1.2.20.ebuild,v 1.1 2006/12/21 02:12:10 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.20.ebuild,v 1.2 2007/01/09 15:43:50 caster Exp $ inherit apache-module autotools @@ -58,7 +58,7 @@ src_install() { } pkg_postinst() { - einfo "Tomcat is not a dependency of mod_jk any longer, if you intend" - einfo "to use it with Tomcat, you have to merge www-servers/tomcat on" - einfo "your own." + elog "Tomcat is not a dependency of mod_jk any longer, if you intend" + elog "to use it with Tomcat, you have to merge www-servers/tomcat on" + elog "your own." } |