mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user