eclass/toolchain.eclass: die early in case of EAPI < 5
authorMatthias Maier <tamiko@gentoo.org>
Fri, 2 Feb 2018 00:03:51 +0000 (18:03 -0600)
committerMatthias Maier <tamiko@gentoo.org>
Fri, 2 Feb 2018 00:03:51 +0000 (18:03 -0600)
commit6fbf5c7abd6096d697c03c60f53767aab0f89881
tree6d4b6db02fe36bdab33b27e6666d6ef388c6827d
parenta5a55ab97b8ed6c250b86aa2e6c91a329bd3d3a1
eclass/toolchain.eclass: die early in case of EAPI < 5

With the latest changes (slot operators) we need at least EAPI 5 when
inheriting toolchain.eclass. Thus, in case of EAPI=4, die early with a
more descriptive error message.
eclass/toolchain.eclass