diff options
author | 2004-05-10 17:46:42 +0000 | |
---|---|---|
committer | 2004-05-10 17:46:42 +0000 | |
commit | bad582f733a4d62be06b62c9861c55b17be37a7b (patch) | |
tree | bb393fb1278840243b012da2ce7d63160ae3db62 /eclass | |
parent | Added gammu:bluetooth and irda (diff) | |
download | gentoo-2-bad582f733a4d62be06b62c9861c55b17be37a7b.tar.gz gentoo-2-bad582f733a4d62be06b62c9861c55b17be37a7b.tar.bz2 gentoo-2-bad582f733a4d62be06b62c9861c55b17be37a7b.zip |
Webapps now require webapp-config 1.7
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/webapp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 2e55f4cc7b95..b612f1afbcad 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.15 2004/05/03 21:11:46 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.16 2004/05/10 17:46:42 stuart Exp $ # # eclass/webapp.eclass # Eclass for installing applications to run under a web server @@ -20,7 +20,7 @@ ECLASS=webapp INHERITED="$INHERITED $ECLASS" SLOT="${PVR}" IUSE="$IUSE vhosts" -DEPEND="$DEPEND >=net-www/webapp-config-1.6" +DEPEND="$DEPEND >=net-www/webapp-config-1.7" EXPORT_FUNCTIONS pkg_postinst pkg_setup src_install |