commit: 97bdb195dcfa49615b3cd27313a260514e0303c8
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 18:48:52 2018 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 18:49:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97bdb195
dev-libs/botan: {ED}->{ED} when used with python_get_sitedir
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 <AT> gentoo.org>
dev-libs/botan/{botan-1.10.17-r1.ebuild => botan-1.10.17-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/botan/botan-1.10.17-r1.ebuild
b/dev-libs/botan/botan-1.10.17-r2.ebuild
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 755972c0fc6..6e97aaa2be6 100644
--- a/dev-libs/botan/botan-1.10.17-r1.ebuild
+++ b/dev-libs/botan/botan-1.10.17-r2.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="${D}$(python_get_sitedir)" \
install
}
python_foreach_impl installation