mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 08:31:04 +02:00
eclass/rpm: Sync with Gentoo
It's from Gentoo commit ce17f4043d560ace370b224ab37741fd9b5b1b47.
This commit is contained in:
parent
437c4a4e67
commit
7c2d063a41
@ -8,7 +8,7 @@
|
|||||||
# @BLURB: convenience class for extracting RPMs
|
# @BLURB: convenience class for extracting RPMs
|
||||||
|
|
||||||
case ${EAPI} in
|
case ${EAPI} in
|
||||||
6) inherit epatch eutils ;; # eutils for eqawarn
|
6) inherit epatch eqawarn ;;
|
||||||
7|8) ;;
|
7|8) ;;
|
||||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user