mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-27 00:01:55 +01:00
eclass/sysroot: Sync with Gentoo
It's from Gentoo commit 1f4c44bf494536e9cb381486f4c474b77d367330. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
b280b76317
commit
b69989a4ea
@ -6,7 +6,7 @@
|
||||
# cross@gentoo.org
|
||||
# @AUTHOR:
|
||||
# James Le Cuirot <chewi@gentoo.org>
|
||||
# @SUPPORTED_EAPIS: 7 8
|
||||
# @SUPPORTED_EAPIS: 7 8 9
|
||||
# @BLURB: Common functions for using a different (sys)root
|
||||
# @DESCRIPTION:
|
||||
# This eclass provides common functions to run executables within a different
|
||||
@ -14,7 +14,7 @@
|
||||
# functions can be used in src_* or pkg_* phase functions.
|
||||
|
||||
case ${EAPI} in
|
||||
7|8) ;;
|
||||
7|8|9) ;;
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user