Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@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:01:21
Message-Id: 1538330464.7b63c672f99bc6b936fce1c3c6dfa5f42afd5329.floppym@gentoo
1 commit: 7b63c672f99bc6b936fce1c3c6dfa5f42afd5329
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 17:59:45 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 18:01:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b63c672
7
8 Revert "dev-libs/botan: fix EAPI=7 ED reference"
9
10 This reverts commit 21aa3c860a217eccdad3bf6e0708d5c009d6d203.
11
12 python_get_sitedir outputs a leading slash, so the extra slash added in
13 this commit is not needed.
14
15 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
16
17 dev-libs/botan/botan-1.10.17-r1.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-r1.ebuild
21 index 219bd8f7d65..755972c0fc6 100644
22 --- a/dev-libs/botan/botan-1.10.17-r1.ebuild
23 +++ b/dev-libs/botan/botan-1.10.17-r1.ebuild
24 @@ -145,7 +145,7 @@ src_install() {
25 rm -fr build/python
26 ln -s "${BUILD_DIR}" build/python
27 emake -f Makefile.python \
28 - PYTHON_SITE_PACKAGE_DIR="${ED}/$(python_get_sitedir)" \
29 + PYTHON_SITE_PACKAGE_DIR="${ED}$(python_get_sitedir)" \
30 install
31 }
32 python_foreach_impl installation