dev-libs/botan: {ED}->{ED} when used with python_get_sitedir
authorAlon Bar-Lev <alonbl@gentoo.org>
Sun, 30 Sep 2018 18:48:52 +0000 (21:48 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sun, 30 Sep 2018 18:49:47 +0000 (21:49 +0300)
python_get_sitedir includes EPREFIX, so ED is incorrect there.

Closes: https://bugs.gentoo.org/667258
Thanks: mgorny
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
dev-libs/botan/botan-1.10.17-r2.ebuild [moved from dev-libs/botan/botan-1.10.17-r1.ebuild with 98% similarity]

similarity index 98%
rename from dev-libs/botan/botan-1.10.17-r1.ebuild
rename to dev-libs/botan/botan-1.10.17-r2.ebuild
index 755972c0fc648306c03d144020e5755ca7476c7b..6e97aaa2be670cd0dee6c0e7e472d32a8952ae0e 100644 (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="${D}$(python_get_sitedir)" \
                                install
                }
                python_foreach_impl installation