1 2 3 4 5 6 7 8 9 10 11 12
EAPI=8 DESCRIPTION="Ebuild with EAPI variables in invalid scope" HOMEPAGE="https://pkgcraft.pkgcraft" LICENSE="MIT" SLOT="0" VAR1="${EROOT}/usr/share/doc/${PF}/file" src_compile() { emake INSTALL_PATH="${ED}"/usr }