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 17:56:35
Message-Id: 1538330147.21aa3c860a217eccdad3bf6e0708d5c009d6d203.alonbl@gentoo
1 commit: 21aa3c860a217eccdad3bf6e0708d5c009d6d203
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 17:53:56 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 17:55:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21aa3c86
7
8 dev-libs/botan: fix EAPI=7 ED reference
9
10 Thanks: Alexandre Ferreira
11 Closes: https://bugs.gentoo.org/667258
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13 RepoMan-Options: --force
14 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
15
16 dev-libs/botan/botan-1.10.17-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-libs/botan/botan-1.10.17-r1.ebuild b/dev-libs/botan/botan-1.10.17-r1.ebuild
20 index 755972c0fc6..219bd8f7d65 100644
21 --- a/dev-libs/botan/botan-1.10.17-r1.ebuild
22 +++ b/dev-libs/botan/botan-1.10.17-r1.ebuild
23 @@ -145,7 +145,7 @@ src_install() {
24 rm -fr build/python
25 ln -s "${BUILD_DIR}" build/python
26 emake -f Makefile.python \
27 - PYTHON_SITE_PACKAGE_DIR="${ED}$(python_get_sitedir)" \
28 + PYTHON_SITE_PACKAGE_DIR="${ED}/$(python_get_sitedir)" \
29 install
30 }
31 python_foreach_impl installation