summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-09-30 20:53:56 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2018-09-30 20:55:47 +0300
commit21aa3c860a217eccdad3bf6e0708d5c009d6d203 (patch)
treed8efbaa387f7c3ceb199366cd8c655b5303e25de
parentdev-libs/botan: fixup ED references for EAPI 7 (diff)
downloadgentoo-21aa3c86.tar.gz
gentoo-21aa3c86.tar.bz2
gentoo-21aa3c86.zip
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>
-rw-r--r--dev-libs/botan/botan-1.10.17-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-1.10.17-r1.ebuild b/dev-libs/botan/botan-1.10.17-r1.ebuild
index 755972c0fc64..219bd8f7d65f 100644
--- a/dev-libs/botan/botan-1.10.17-r1.ebuild
+++ b/dev-libs/botan/botan-1.10.17-r1.ebuild
@@ -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