summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-12 14:02:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-12 16:13:26 +0100
commit096ca89d70894e7e56fbc0ecea0b8d8ad73d6119 (patch)
treeabc12f0dcba2109fcc144926871b6699e33adfec /eclass/mozlinguas-v2.eclass
parentfreedict.eclass: Drop EAPI-6 support (diff)
downloadgentoo-096ca89d70894e7e56fbc0ecea0b8d8ad73d6119.tar.gz
gentoo-096ca89d70894e7e56fbc0ecea0b8d8ad73d6119.tar.bz2
gentoo-096ca89d70894e7e56fbc0ecea0b8d8ad73d6119.zip
mozlinguas-v2.eclass: Drop pre-EAPI-6 support, support EAPI-7
Closes: https://bugs.gentoo.org/770280 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/mozlinguas-v2.eclass')
-rw-r--r--eclass/mozlinguas-v2.eclass18
1 files changed, 9 insertions, 9 deletions
diff --git a/eclass/mozlinguas-v2.eclass b/eclass/mozlinguas-v2.eclass
index 7795a856728b..be01ef6aca50 100644
--- a/eclass/mozlinguas-v2.eclass
+++ b/eclass/mozlinguas-v2.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: mozlinguas-v2.eclass
@@ -7,7 +7,7 @@
# @AUTHOR:
# Nirbheek Chauhan <nirbheek@gentoo.org>
# Ian Stakenvicius <axs@gentoo.org>
-# @SUPPORTED_EAPIS: 2 3 4 5 6
+# @SUPPORTED_EAPIS: 6 7
# @BLURB: Handle language packs for mozilla products
# @DESCRIPTION:
# Sets IUSE according to MOZ_LANGS (language packs available). Also exports
@@ -17,16 +17,16 @@
inherit mozextension
case "${EAPI:-0}" in
- 0|1)
- die "EAPI ${EAPI:-0} does not support the '->' SRC_URI operator";;
- 2|3|4|5|6)
- inherit eapi7-ver
- EXPORT_FUNCTIONS src_unpack src_compile src_install;;
-
+ 6)
+ inherit eapi7-ver ;;
+ 7)
+ ;;
*)
- die "EAPI ${EAPI} is not supported, contact eclass maintainers";;
+ die "EAPI ${EAPI} is not supported, contact eclass maintainers" ;;
esac
+EXPORT_FUNCTIONS src_unpack src_compile src_install
+
# @ECLASS-VARIABLE: MOZ_LANGS
# @DESCRIPTION:
# Array containing the list of language pack xpis available for