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.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 9E5E215800A for ; Thu, 13 Jul 2023 09:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9793AE086E; Thu, 13 Jul 2023 09:32:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3636FE086E for ; Thu, 13 Jul 2023 09:32:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53D9B340BB9 for ; Thu, 13 Jul 2023 09:32:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63161ACE for ; Thu, 13 Jul 2023 09:32:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1689240739.ea0d9ca351e58f7d50cd11ff2b3ca141d966d500.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ea0d9ca351e58f7d50cd11ff2b3ca141d966d500 X-VCS-Branch: master Date: Thu, 13 Jul 2023 09:32:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3bb47404-190b-4c97-a943-ab9987a0af6f X-Archives-Hash: 65647157c5e8c9243754c35a26cc8ebc commit: ea0d9ca351e58f7d50cd11ff2b3ca141d966d500 Author: Sam James gentoo org> AuthorDate: Thu Jul 13 09:31:57 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 13 09:32:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0d9ca3 media-tv/kodi: respect chosen Python for build Thanks to Steffen Hau for investigating. Closes: https://bugs.gentoo.org/907605 Signed-off-by: Sam James gentoo.org> media-tv/kodi/kodi-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 420ba665d2d3..01c313a8a371 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -300,6 +300,7 @@ src_configure() { -Dlibdvdcss_URL="${DISTDIR}/libdvdcss-${LIBDVDCSS_VERSION}.tar.gz" -DPYTHON_INCLUDE_DIR="$(python_get_includedir)" -DPYTHON_LIBRARY="$(python_get_library_path)" + -DPYTHON_VER="${EPYTHON#python}" -DAPP_RENDER_SYSTEM="$(usex gles gles gl)" -DCORE_PLATFORM_NAME="${core_platform_name}" )