From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1455022-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 845D1158020 for <garchives@archives.gentoo.org>; Wed, 9 Nov 2022 14:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB8B6E0845; Wed, 9 Nov 2022 14:07:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0FAAE0845 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Nov 2022 14:07:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEF60340DD4 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Nov 2022 14:07:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 786016F2 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Nov 2022 14:07:31 +0000 (UTC) From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1668002828.0f937126e4cb56691093b9bf0e7f0760a82a384a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.38.2-r410.ebuild net-libs/webkit-gtk/webkit-gtk-2.38.2-r500.ebuild net-libs/webkit-gtk/webkit-gtk-2.38.2.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0f937126e4cb56691093b9bf0e7f0760a82a384a X-VCS-Branch: master Date: Wed, 9 Nov 2022 14:07:31 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02962e60-74bd-4716-b692-23eba9a2438d X-Archives-Hash: 50b67a1ed7e238941f7c0490904e4aab commit: 0f937126e4cb56691093b9bf0e7f0760a82a384a Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Nov 9 14:06:00 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Nov 9 14:07:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f937126 net-libs/webkit-gtk: Specify -DPython_EXECUTABLE Closes: https://bugs.gentoo.org/879835 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> net-libs/webkit-gtk/webkit-gtk-2.38.2-r410.ebuild | 1 + net-libs/webkit-gtk/webkit-gtk-2.38.2-r500.ebuild | 1 + net-libs/webkit-gtk/webkit-gtk-2.38.2.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.2-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.2-r410.ebuild index 529800cbc326..2ce906d0bd00 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.38.2-r410.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.38.2-r410.ebuild @@ -195,6 +195,7 @@ src_configure() { # should somehow let user select between them? local mycmakeargs=( + -DPython_EXECUTABLE="${PYTHON}" ${ruby_interpreter} $(cmake_use_find_package gles2-only OpenGLES2) $(cmake_use_find_package egl EGL) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.2-r500.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.2-r500.ebuild index 521249210dfd..71c036b210ae 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.38.2-r500.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.38.2-r500.ebuild @@ -197,6 +197,7 @@ src_configure() { # should somehow let user select between them? local mycmakeargs=( + -DPython_EXECUTABLE="${PYTHON}" ${ruby_interpreter} $(cmake_use_find_package gles2-only OpenGLES2) $(cmake_use_find_package egl EGL) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.2.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.2.ebuild index 6db10244f97d..a62b480222e4 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.38.2.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.38.2.ebuild @@ -193,6 +193,7 @@ src_configure() { # should somehow let user select between them? local mycmakeargs=( + -DPython_EXECUTABLE="${PYTHON}" ${ruby_interpreter} $(cmake_use_find_package gles2-only OpenGLES2) $(cmake_use_find_package egl EGL)