summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-12-25 20:08:32 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2021-12-28 09:09:40 +0100
commitad5f9845fa82eaf1900bf3b65f0d4509be3eecf9 (patch)
tree911670517cd7116246c8bef5ee39dd86a957b5bd /eclass/webapp.eclass
parenteclass/java-ant-2.eclass: added eapi8 support (diff)
downloadgentoo-ad5f9845fa82eaf1900bf3b65f0d4509be3eecf9.tar.gz
gentoo-ad5f9845fa82eaf1900bf3b65f0d4509be3eecf9.tar.bz2
gentoo-ad5f9845fa82eaf1900bf3b65f0d4509be3eecf9.zip
eclass/webapps.eclass: added eapi8 support
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r--eclass/webapp.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass
index 5ef7dbce03cf..7bdf28430b48 100644
--- a/eclass/webapp.eclass
+++ b/eclass/webapp.eclass
@@ -4,14 +4,14 @@
# @ECLASS: webapp.eclass
# @MAINTAINER:
# web-apps@gentoo.org
-# @SUPPORTED_EAPIS: 5 6 7
+# @SUPPORTED_EAPIS: 5 6 7 8
# @BLURB: functions for installing applications to run under a web server
# @DESCRIPTION:
# The webapp eclass contains functions to handle web applications with
# webapp-config. Part of the implementation of GLEP #11
case ${EAPI:-0} in
- [567]) ;;
+ [5678]) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac
@@ -24,7 +24,7 @@ _WEBAPP_ECLASS=1
# @DESCRIPTION:
# An ebuild should use WEBAPP_DEPEND if a custom DEPEND needs to be built, most
# notably in combination with WEBAPP_OPTIONAL.
-WEBAPP_DEPEND=">=app-admin/webapp-config-1.50.15"
+WEBAPP_DEPEND="app-admin/webapp-config"
# @ECLASS-VARIABLE: WEBAPP_NO_AUTO_INSTALL
# @PRE_INHERIT