mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
eclass/strip-linguas: Sync with Gentoo
It's from Gentoo commit ec2e0b254e8679570771408a47d62024bd2f2b29. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
b716725ead
commit
d5bfde3ab2
@ -1,4 +1,4 @@
|
||||
# Copyright 2004-2024 Gentoo Authors
|
||||
# Copyright 2004-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: strip-linguas.eclass
|
||||
@ -6,18 +6,18 @@
|
||||
# Ulrich Müller <ulm@gentoo.org>
|
||||
# @AUTHOR:
|
||||
# Mike Frysinger <vapier@gentoo.org>
|
||||
# @SUPPORTED_EAPIS: 7 8
|
||||
# @SUPPORTED_EAPIS: 7 8 9
|
||||
# @BLURB: convenience function for LINGUAS support
|
||||
|
||||
if [[ -z ${_STRIP_LINGUAS_ECLASS} ]]; then
|
||||
_STRIP_LINGUAS_ECLASS=1
|
||||
|
||||
case ${EAPI} in
|
||||
7|8) ;;
|
||||
7|8|9) ;;
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
# FUNCTION: strip-linguas
|
||||
# @FUNCTION: strip-linguas
|
||||
# @USAGE: [<allow LINGUAS>|<-i|-u> <directories of .po files>]
|
||||
# @DESCRIPTION:
|
||||
# Make sure that LINGUAS only contains languages that a package can
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user