eclass/rpm: Sync with Gentoo

It's from Gentoo commit ce17f4043d560ace370b224ab37741fd9b5b1b47.
This commit is contained in:
Flatcar Buildbot 2024-03-04 07:59:33 +00:00 committed by Krzesimir Nowak
parent 437c4a4e67
commit 7c2d063a41

View File

@ -8,7 +8,7 @@
# @BLURB: convenience class for extracting RPMs
case ${EAPI} in
6) inherit epatch eutils ;; # eutils for eqawarn
6) inherit epatch eqawarn ;;
7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac