cmake-utils.eclass: Stop inheriting eapi7-ver.eclass

eapi7-ver.eclass is not used since commit b0a9a1202bbd68857aeffcfb7b1715962a39cc7c.
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2018-06-02 16:56:10 +02:00
committed by Andreas Sturmlechner
parent d0377b4efe
commit f210dbfc23

View File

@@ -113,7 +113,7 @@ inherit toolchain-funcs ninja-utils flag-o-matic multiprocessing xdg-utils
case ${EAPI} in
7) ;;
*) inherit eapi7-ver eutils multilib ;;
*) inherit eutils multilib ;;
esac
EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install