aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-19 19:52:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-19 19:52:31 +0200
commit9eec70b9888102c6cea9385722f04a8dfaa05d81 (patch)
treeed476f24d2521c05053139c7012d6095b8beba62 /eclass
parentx11-misc/sddm: use plocale instead of the l10n eclass (diff)
downloadqt-9eec70b9888102c6cea9385722f04a8dfaa05d81.tar.gz
qt-9eec70b9888102c6cea9385722f04a8dfaa05d81.tar.bz2
qt-9eec70b9888102c6cea9385722f04a8dfaa05d81.zip
qt5-build.eclass: Support EAPI-8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt5-build.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index a42fbce9..fe23e5da 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -6,7 +6,7 @@
# qt@gentoo.org
# @AUTHOR:
# Davide Pesavento <pesa@gentoo.org>
-# @SUPPORTED_EAPIS: 7
+# @SUPPORTED_EAPIS: 7 8
# @BLURB: Eclass for Qt5 split ebuilds.
# @DESCRIPTION:
# This eclass contains various functions that are used when building Qt5.
@@ -16,7 +16,7 @@ if [[ ${CATEGORY} != dev-qt ]]; then
fi
case ${EAPI} in
- 7) ;;
+ 7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac