mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Aaron Bauman
parent
f5c301f81e
commit
6f0d695939
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user