Add the eclass eutils

Without the eutils, in the installation phase, the error occurs: "strip-linguas: command not fount".
Closes: https://github.com/gentoo/gentoo/pull/8247
This commit is contained in:
MuriloStrike
2018-05-02 16:26:32 -03:00
committed by Aaron Bauman
parent f5c301f81e
commit 6f0d695939

View File

@@ -5,7 +5,7 @@ EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5}} )
inherit autotools linux-info perl-functions python-single-r1 versionator
inherit eutils autotools linux-info perl-functions python-single-r1 versionator
MY_PV_1="$(get_version_component_range 1-2)"
MY_PV_2="$(get_version_component_range 2)"