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 E5E75138334 for ; Sun, 30 Sep 2018 18:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7470E0817; Sun, 30 Sep 2018 18:01:20 +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 9FFE9E0817 for ; Sun, 30 Sep 2018 18:01:20 +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 E0576335C9F for ; Sun, 30 Sep 2018 18:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 437E12C6 for ; Sun, 30 Sep 2018 18:01:16 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1538330464.7b63c672f99bc6b936fce1c3c6dfa5f42afd5329.floppym@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: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7b63c672f99bc6b936fce1c3c6dfa5f42afd5329 X-VCS-Branch: master Date: Sun, 30 Sep 2018 18:01:16 +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: cbf86240-57d3-4ce5-8843-209ab50cc4c1 X-Archives-Hash: 0f3e5efe8551a4e1834e529f333fba54 commit: 7b63c672f99bc6b936fce1c3c6dfa5f42afd5329 Author: Mike Gilbert gentoo org> AuthorDate: Sun Sep 30 17:59:45 2018 +0000 Commit: Mike Gilbert gentoo 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 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