dev-libs/botan: fix EAPI=7 ED reference

Thanks: Alexandre Ferreira
Closes: https://bugs.gentoo.org/667258
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --force
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
This commit is contained in:
Alon Bar-Lev
2018-09-30 20:53:56 +03:00
parent 0728f77261
commit 21aa3c860a

View File

@@ -145,7 +145,7 @@ src_install() {
rm -fr build/python
ln -s "${BUILD_DIR}" build/python
emake -f Makefile.python \
PYTHON_SITE_PACKAGE_DIR="${ED}$(python_get_sitedir)" \
PYTHON_SITE_PACKAGE_DIR="${ED}/$(python_get_sitedir)" \
install
}
python_foreach_impl installation