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 8A6C11382C5 for ; Fri, 20 Apr 2018 00:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2ACFE0B01; Fri, 20 Apr 2018 00:51:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 90D0DE0B01 for ; Fri, 20 Apr 2018 00:51:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 62138335C75 for ; Fri, 20 Apr 2018 00:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C174A291 for ; Fri, 20 Apr 2018 00:51:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1524185415.58233451d34d05ef255c2a15606e8115fa7fafb7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild kde-frameworks/ki18n/ki18n-5.45.0.ebuild X-VCS-Directories: kde-frameworks/ki18n/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 58233451d34d05ef255c2a15606e8115fa7fafb7 X-VCS-Branch: master Date: Fri, 20 Apr 2018 00:51:14 +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: 8358a724-3b4e-4fbd-8564-061c109ee2ec X-Archives-Hash: 6cfa272157be310189a08a52e13bc260 commit: 58233451d34d05ef255c2a15606e8115fa7fafb7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 20 00:50:15 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 20 00:50:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58233451 kde-frameworks/ki18n: Fix PYTHON_EXECUTABLE path Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../ki18n/{ki18n-5.45.0.ebuild => ki18n-5.45.0-r1.ebuild} | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kde-frameworks/ki18n/ki18n-5.45.0.ebuild b/kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild similarity index 86% rename from kde-frameworks/ki18n/ki18n-5.45.0.ebuild rename to kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild index 8f03e6fd4a5..554bcbb3a8d 100644 --- a/kde-frameworks/ki18n/ki18n-5.45.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild @@ -29,3 +29,10 @@ pkg_setup() { kde5_pkg_setup python-single-r1_pkg_setup } + +src_configure() { + local mycmakeargs=( + -DPYTHON_EXECUTABLE="${PYTHON}" + ) + kde5_src_configure +}