From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0231E138334 for ; Sun, 30 Sep 2018 17:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC97E0817; Sun, 30 Sep 2018 17:56:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC88DE0817 for ; Sun, 30 Sep 2018 17:56:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77EA1335CB7 for ; Sun, 30 Sep 2018 17:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADD9C2C6 for ; Sun, 30 Sep 2018 17:56:30 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1538330147.21aa3c860a217eccdad3bf6e0708d5c009d6d203.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/botan/botan-1.10.17-r1.ebuild X-VCS-Directories: dev-libs/botan/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 21aa3c860a217eccdad3bf6e0708d5c009d6d203 X-VCS-Branch: master Date: Sun, 30 Sep 2018 17:56:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7e81349a-c976-4a5b-b7d7-a3831b8eef6d X-Archives-Hash: b3c3fe254b361f1d4e7f3e7d21790362 commit: 21aa3c860a217eccdad3bf6e0708d5c009d6d203 Author: Alon Bar-Lev gentoo org> AuthorDate: Sun Sep 30 17:53:56 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sun Sep 30 17:55:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21aa3c86 dev-libs/botan: fix EAPI=7 ED reference Thanks: Alexandre Ferreira Closes: https://bugs.gentoo.org/667258 Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --force Signed-off-by: Alon Bar-Lev 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 755972c0fc6..219bd8f7d65 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