diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-05-11 19:31:29 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-05-11 19:31:29 +0000 |
commit | c01700245dc2f01a4e051a67d943fb0c1b9bc853 (patch) | |
tree | ce7d8785d50bc5d3f91df4e3a4f9bd0d45bf5758 /eclass/webapp.eclass | |
parent | Change icu dep to at least 2.6, not 2.8. See bug #50175 for some details of i... (diff) | |
download | historical-c01700245dc2f01a4e051a67d943fb0c1b9bc853.tar.gz historical-c01700245dc2f01a4e051a67d943fb0c1b9bc853.tar.bz2 historical-c01700245dc2f01a4e051a67d943fb0c1b9bc853.zip |
Sync with webapp-config 1.8
Diffstat (limited to 'eclass/webapp.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 |