mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user