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 A738A1382C5 for ; Fri, 20 Apr 2018 00:51:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 165E0E0B15; Fri, 20 Apr 2018 00:51:31 +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 EC75CE0B15 for ; Fri, 20 Apr 2018 00:51:30 +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 E50E0335C74 for ; Fri, 20 Apr 2018 00:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0D1D243 for ; Fri, 20 Apr 2018 00:51:28 +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: <1524185426.6a1f7a6253a36bcee8287ce2c6784a9eb81b84f6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/ki18n/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/ki18n/ki18n-9999.ebuild X-VCS-Directories: kde-frameworks/ki18n/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6a1f7a6253a36bcee8287ce2c6784a9eb81b84f6 X-VCS-Branch: master Date: Fri, 20 Apr 2018 00:51:28 +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: d42f8f40-cf37-4986-bc29-9f45230cfe15 X-Archives-Hash: 76a660284b876329447a84d4bff235c2 commit: 6a1f7a6253a36bcee8287ce2c6784a9eb81b84f6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 20 00:50:26 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 20 00:50:26 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6a1f7a62 kde-frameworks/ki18n: Fix PYTHON_EXECUTABLE path Package-Manager: Portage-2.3.31, Repoman-2.3.9 kde-frameworks/ki18n/ki18n-9999.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/kde-frameworks/ki18n/ki18n-9999.ebuild b/kde-frameworks/ki18n/ki18n-9999.ebuild index 16c13a85c0..3e542ce518 100644 --- a/kde-frameworks/ki18n/ki18n-9999.ebuild +++ b/kde-frameworks/ki18n/ki18n-9999.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 +}