From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-948570-garchives=archives.gentoo.org@lists.gentoo.org> 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 B39F2139694 for <garchives@archives.gentoo.org>; Sun, 7 May 2017 17:23:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BA7DE0CCE; Sun, 7 May 2017 17:23:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9DD7E0CCE for <gentoo-commits@lists.gentoo.org>; Sun, 7 May 2017 17:23:08 +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 B4CD534168E for <gentoo-commits@lists.gentoo.org>; Sun, 7 May 2017 17:23:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 181E57434 for <gentoo-commits@lists.gentoo.org>; Sun, 7 May 2017 17:23:06 +0000 (UTC) From: "Davide Pesavento" <pesa@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" <pesa@gentoo.org> Message-ID: <1494177771.94b757d3e4ce38a78d8da3737d4951d5320de0a3.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/pyside/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/pyside/pyside-9999.ebuild X-VCS-Directories: dev-python/pyside/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 94b757d3e4ce38a78d8da3737d4951d5320de0a3 X-VCS-Branch: master Date: Sun, 7 May 2017 17:23:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c123fda2-6bca-4322-86ed-1076691523d7 X-Archives-Hash: 2280288137a99bc908fd9e8f8330f11e commit: 94b757d3e4ce38a78d8da3737d4951d5320de0a3 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Sun May 7 17:22:51 2017 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Sun May 7 17:22:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=94b757d3 dev-python/pyside: make sure we use the correct python version Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/pyside/pyside-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pyside/pyside-9999.ebuild b/dev-python/pyside/pyside-9999.ebuild index f09cd610..e928ede9 100644 --- a/dev-python/pyside/pyside-9999.ebuild +++ b/dev-python/pyside/pyside-9999.ebuild @@ -136,6 +136,7 @@ src_configure() { configuration() { local mycmakeargs=( "${mycmakeargs[@]}" + -DPYTHON_EXECUTABLE="${PYTHON}" ) cmake-utils_src_configure }