mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user