commit:     7b63c672f99bc6b936fce1c3c6dfa5f42afd5329
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 17:59:45 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 18:01:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b63c672

Revert "dev-libs/botan: fix EAPI=7 ED reference"

This reverts commit 21aa3c860a217eccdad3bf6e0708d5c009d6d203.

python_get_sitedir outputs a leading slash, so the extra slash added in
this commit is not needed.

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-libs/botan/botan-1.10.17-r1.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-r1.ebuild
index 219bd8f7d65..755972c0fc6 100644
--- a/dev-libs/botan/botan-1.10.17-r1.ebuild
+++ b/dev-libs/botan/botan-1.10.17-r1.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="${ED}$(python_get_sitedir)" \
                                install
                }
                python_foreach_impl installation

Reply via email to