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 345CA15800A for ; Sat, 15 Jul 2023 07:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 723EBE0895; Sat, 15 Jul 2023 07:25:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 55289E0895 for ; Sat, 15 Jul 2023 07:25:16 +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 2F5A8335CD6 for ; Sat, 15 Jul 2023 07:25:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A253E69 for ; Sat, 15 Jul 2023 07:25:13 +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: <1689405831.869e0fcfcc3cc765e9e363dc470d3f7358a31511.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: 869e0fcfcc3cc765e9e363dc470d3f7358a31511 X-VCS-Branch: master Date: Sat, 15 Jul 2023 07:25:13 +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: 9d8d4398-9b84-431e-ad71-2a17c163abd1 X-Archives-Hash: d2045edf9a77ddc9adc25962237a3e29 commit: 869e0fcfcc3cc765e9e363dc470d3f7358a31511 Author: Sam James gentoo org> AuthorDate: Sat Jul 15 07:23:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 15 07:23:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869e0fcf media-tv/kodi: cleanup stale Python variables Bug: https://bugs.gentoo.org/907605 Signed-off-by: Sam James gentoo.org> media-tv/kodi/kodi-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 01c313a8a371..183c1ec9bc1a 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -298,8 +298,6 @@ src_configure() { -Dlibdvdread_URL="${DISTDIR}/libdvdread-${LIBDVDREAD_VERSION}.tar.gz" -Dlibdvdnav_URL="${DISTDIR}/libdvdnav-${LIBDVDNAV_VERSION}.tar.gz" -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}"