diff options
author | 2004-05-11 19:31:29 +0000 | |
---|---|---|
committer | 2004-05-11 19:31:29 +0000 | |
commit | 1cdc5eeedc7bef3d5be3244d1bc2c71c38f241bc (patch) | |
tree | 195cd9061ca924aa727c27222658bf7349660512 /eclass | |
parent | Change icu dep to at least 2.6, not 2.8. See bug #50175 for some details of i... (diff) | |
download | gentoo-2-1cdc5eeedc7bef3d5be3244d1bc2c71c38f241bc.tar.gz gentoo-2-1cdc5eeedc7bef3d5be3244d1bc2c71c38f241bc.tar.bz2 gentoo-2-1cdc5eeedc7bef3d5be3244d1bc2c71c38f241bc.zip |
Sync with webapp-config 1.8
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 b612f1afbcad..278b65752caa 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.16 2004/05/10 17:46:42 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.17 2004/05/11 19:31:29 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.7" +DEPEND="$DEPEND >=net-www/webapp-config-1.8" EXPORT_FUNCTIONS pkg_postinst pkg_setup src_install |