Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/
Date: Sun, 30 Sep 2018 18:50:23
Message-Id: 1538333387.97bdb195dcfa49615b3cd27313a260514e0303c8.alonbl@gentoo
1 commit: 97bdb195dcfa49615b3cd27313a260514e0303c8
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 18:48:52 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 18:49:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97bdb195
7
8 dev-libs/botan: {ED}->{ED} when used with python_get_sitedir
9
10 python_get_sitedir includes EPREFIX, so ED is incorrect there.
11
12 Closes: https://bugs.gentoo.org/667258
13 Thanks: mgorny
14 Package-Manager: Portage-2.3.49, Repoman-2.3.10
15 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
16
17 dev-libs/botan/{botan-1.10.17-r1.ebuild => botan-1.10.17-r2.ebuild} | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-libs/botan/botan-1.10.17-r1.ebuild b/dev-libs/botan/botan-1.10.17-r2.ebuild
21 similarity index 98%
22 rename from dev-libs/botan/botan-1.10.17-r1.ebuild
23 rename to dev-libs/botan/botan-1.10.17-r2.ebuild
24 index 755972c0fc6..6e97aaa2be6 100644
25 --- a/dev-libs/botan/botan-1.10.17-r1.ebuild
26 +++ b/dev-libs/botan/botan-1.10.17-r2.ebuild
27 @@ -145,7 +145,7 @@ src_install() {
28 rm -fr build/python
29 ln -s "${BUILD_DIR}" build/python
30 emake -f Makefile.python \
31 - PYTHON_SITE_PACKAGE_DIR="${ED}$(python_get_sitedir)" \
32 + PYTHON_SITE_PACKAGE_DIR="${D}$(python_get_sitedir)" \
33 install
34 }
35 python_foreach_impl installation