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 E5A35158004 for ; Sun, 18 Feb 2024 10:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F796E2C59; Sun, 18 Feb 2024 10:59:01 +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 08D9EE2C59 for ; Sun, 18 Feb 2024 10:59:01 +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 0DDC9343119 for ; Sun, 18 Feb 2024 10:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA0611CF for ; Sun, 18 Feb 2024 10:58:58 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1708253864.ae4ea546c636463ca372304ddd7b47de91d4c20a.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/chirp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/chirp/chirp-20240217.ebuild X-VCS-Directories: media-radio/chirp/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: ae4ea546c636463ca372304ddd7b47de91d4c20a X-VCS-Branch: master Date: Sun, 18 Feb 2024 10:58:58 +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: 3d640547-d263-494b-b595-4f84fe5131f9 X-Archives-Hash: 401a98579fc88404f4ce736d13610479 commit: ae4ea546c636463ca372304ddd7b47de91d4c20a Author: Marek Szuba gentoo org> AuthorDate: Sun Feb 18 10:57:44 2024 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Feb 18 10:57:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4ea546 media-radio/chirp: 20240217 no longer needs patching Accidentally pushed the commit adding this version before it finished build-testing. D'oh. Signed-off-by: Marek Szuba gentoo.org> media-radio/chirp/chirp-20240217.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-radio/chirp/chirp-20240217.ebuild b/media-radio/chirp/chirp-20240217.ebuild index db7951be0755..6993192e074f 100644 --- a/media-radio/chirp/chirp-20240217.ebuild +++ b/media-radio/chirp/chirp-20240217.ebuild @@ -34,10 +34,6 @@ BDEPEND="test? ( $(python_gen_cond_dep ' dev-python/pyyaml[${PYTHON_USEDEP}] ') )" -PATCHES=( - "${FILESDIR}"/${PN}-20230818_no-future.patch -) - distutils_enable_tests pytest # The alias map is an internal developer file not included in release tarballs.