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 A5AB815800F for ; Sat, 28 Jan 2023 15:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F160E08F0; Sat, 28 Jan 2023 15:56:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 88AE2E08F0 for ; Sat, 28 Jan 2023 15:56:14 +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 99629340988 for ; Sat, 28 Jan 2023 15:56:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1FCA893 for ; Sat, 28 Jan 2023 15:56:11 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1674921279.5cbb267dd20cdc90408578ef03217b771afae856.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack2/jack2-9999.ebuild X-VCS-Directories: media-sound/jack2/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 5cbb267dd20cdc90408578ef03217b771afae856 X-VCS-Branch: master Date: Sat, 28 Jan 2023 15:56:11 +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: c3a5cf08-e988-41fb-a380-512b1ac2d585 X-Archives-Hash: 0578528a535a647d8bbbb6e43f466b24 commit: 5cbb267dd20cdc90408578ef03217b771afae856 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Jan 28 15:53:07 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Jan 28 15:54:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbb267d media-sound/jack2: drop obsolete patch in live Still using old waf, but upstream did the same quick fix as the patch for now. Signed-off-by: Ionen Wolkens gentoo.org> media-sound/jack2/jack2-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-sound/jack2/jack2-9999.ebuild b/media-sound/jack2/jack2-9999.ebuild index eb2c4e80b66f..8fa6ca5113f5 100644 --- a/media-sound/jack2/jack2-9999.ebuild +++ b/media-sound/jack2/jack2-9999.ebuild @@ -56,10 +56,6 @@ PDEPEND="tools? ( media-sound/jack-example-tools )" DOCS=( AUTHORS.rst ChangeLog.rst README.rst README_NETJACK2 ) -PATCHES=( - "${FILESDIR}"/${PN}-1.9.21-python3.11.patch -) - src_prepare() { default