rpm.eclass: Don't inherit eutils in EAPI 7

None of the ebuilds inheriting rpm in EAPI 7 needs any of the remaining
eutils features.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2023-06-15 22:21:48 +02:00
parent 9a2f4ff60c
commit 78e5f99cb4

View File

@@ -9,8 +9,7 @@
case ${EAPI} in
6) inherit epatch eutils ;; # eutils for eqawarn
7) inherit eutils ;; # not needed, but ebuilds may still rely on it
8) ;;
7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac