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 BB00D158094 for ; Sun, 10 Jul 2022 13:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0DD2E0C10; Sun, 10 Jul 2022 13:01:41 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C26EEE0C10 for ; Sun, 10 Jul 2022 13:01:41 +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 BADE5340ED6 for ; Sun, 10 Jul 2022 13:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BD78105 for ; Sun, 10 Jul 2022 13:01:39 +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: <1657458091.b3ee6926b0de1f68a0c9e32bab3940f973f3be53.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/streamlink/streamlink-4.1.0-r2.ebuild net-misc/streamlink/streamlink-4.2.0.ebuild net-misc/streamlink/streamlink-9999.ebuild X-VCS-Directories: net-misc/streamlink/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b3ee6926b0de1f68a0c9e32bab3940f973f3be53 X-VCS-Branch: master Date: Sun, 10 Jul 2022 13:01:39 +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: 24eda9f2-d327-438b-b7d0-78e887f5e428 X-Archives-Hash: 469dd89f49085624a3fe6e0b18bd724c commit: b3ee6926b0de1f68a0c9e32bab3940f973f3be53 Author: bastimeyer bastimeyer de> AuthorDate: Sun Jul 10 01:18:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 10 13:01:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ee6926 net-misc/streamlink: remove unneeded build env var Signed-off-by: Sebastian Meyer bastimeyer.de> Closes: https://github.com/gentoo/gentoo/pull/26316 Signed-off-by: Sam James gentoo.org> net-misc/streamlink/streamlink-4.1.0-r2.ebuild | 5 ----- net-misc/streamlink/streamlink-4.2.0.ebuild | 5 ----- net-misc/streamlink/streamlink-9999.ebuild | 5 ----- 3 files changed, 15 deletions(-) diff --git a/net-misc/streamlink/streamlink-4.1.0-r2.ebuild b/net-misc/streamlink/streamlink-4.1.0-r2.ebuild index 31e03af2cb69..271e7ae62919 100644 --- a/net-misc/streamlink/streamlink-4.1.0-r2.ebuild +++ b/net-misc/streamlink/streamlink-4.1.0-r2.ebuild @@ -51,8 +51,3 @@ BDEPEND=" ')" distutils_enable_tests pytest - -python_configure_all() { - # Avoid iso-639, iso3166 dependencies since we use pycountry. - export STREAMLINK_USE_PYCOUNTRY=1 -} diff --git a/net-misc/streamlink/streamlink-4.2.0.ebuild b/net-misc/streamlink/streamlink-4.2.0.ebuild index feeef4b0e03c..26cf80694fbd 100644 --- a/net-misc/streamlink/streamlink-4.2.0.ebuild +++ b/net-misc/streamlink/streamlink-4.2.0.ebuild @@ -51,8 +51,3 @@ BDEPEND=" ')" distutils_enable_tests pytest - -python_configure_all() { - # Avoid iso-639, iso3166 dependencies since we use pycountry. - export STREAMLINK_USE_PYCOUNTRY=1 -} diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index feeef4b0e03c..26cf80694fbd 100644 --- a/net-misc/streamlink/streamlink-9999.ebuild +++ b/net-misc/streamlink/streamlink-9999.ebuild @@ -51,8 +51,3 @@ BDEPEND=" ')" distutils_enable_tests pytest - -python_configure_all() { - # Avoid iso-639, iso3166 dependencies since we use pycountry. - export STREAMLINK_USE_PYCOUNTRY=1 -}