mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
kde5.eclass: Inherit eutils only for EAPI-6 to avoid ebuild breakage
It is nowhere used inside the eclass.
This commit is contained in:
@@ -31,10 +31,10 @@ _KDE5_ECLASS=1
|
||||
# for tests you should proceed with setting VIRTUALX_REQUIRED=test.
|
||||
: ${VIRTUALX_REQUIRED:=manual}
|
||||
|
||||
inherit cmake-utils eutils flag-o-matic gnome2-utils kde5-functions virtualx xdg
|
||||
inherit cmake-utils flag-o-matic gnome2-utils kde5-functions virtualx xdg
|
||||
|
||||
case ${EAPI} in
|
||||
6) inherit eapi7-ver ;;
|
||||
6) inherit eapi7-ver eutils ;;
|
||||
esac
|
||||
|
||||
if [[ ${KDE_BUILD_TYPE} = live ]]; then
|
||||
|
||||
Reference in New Issue
Block a user