diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-30 21:48:52 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-30 21:49:47 +0300 |
commit | 97bdb195dcfa49615b3cd27313a260514e0303c8 (patch) | |
tree | 174ac32a0648da1139cccb4ea0d43bb561c15059 /dev-libs/botan | |
parent | sys-devel/gcc: cut 1.10 patchset for 3.3.6 (diff) | |
download | gentoo-97bdb195dcfa49615b3cd27313a260514e0303c8.tar.gz gentoo-97bdb195dcfa49615b3cd27313a260514e0303c8.tar.bz2 gentoo-97bdb195dcfa49615b3cd27313a260514e0303c8.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-1.10.17-r2.ebuild (renamed from dev-libs/botan/botan-1.10.17-r1.ebuild) | 2 |
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-r2.ebuild index 755972c0fc64..6e97aaa2be67 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 |