qt-utils.eclass: drop unused inherit

Forgot about that and pkgcheck cannot pick this one up.

Fixes: 30961de784
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-07-13 20:15:02 -04:00
parent 5a2a4ebbb1
commit dda55cce76

View File

@@ -18,8 +18,7 @@ if [[ -z ${_QT_UTILS_ECLASS} ]]; then
_QT_UTILS_ECLASS=1
case ${EAPI} in
8) inherit eapi9-pipestatus ;;
9) ;;
8|9) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac