diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-04-23 09:10:29 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-04-23 09:10:29 +0000 |
commit | 71c4f7bb87bd0645e795df83073827e779fb758a (patch) | |
tree | d945eec341f067ccdda53e2d42855c4e5a07d033 /eclass/webapp.eclass | |
parent | Fix for bug #34141 (diff) | |
download | historical-71c4f7bb87bd0645e795df83073827e779fb758a.tar.gz historical-71c4f7bb87bd0645e795df83073827e779fb758a.tar.bz2 historical-71c4f7bb87bd0645e795df83073827e779fb758a.zip |
Added webapp-config as a dependency
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r-- | eclass/webapp.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass index 8a91f1fe3ce1..8b4436d0ccec 100644 --- a/eclass/webapp.eclass +++ b/eclass/webapp.eclass @@ -19,7 +19,7 @@ ECLASS=webapp INHERITED="$INHERITED $ECLASS" SLOT="${PVR}" IUSE="$IUSE vhosts" - +DEPEND="$DEPEND net-www/webapp-config" EXPORT_FUNCTIONS pkg_postinst pkg_setup src_install |