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 66B3015808D for ; Tue, 19 Apr 2022 18:31:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC4B8E092A; Tue, 19 Apr 2022 18:31:33 +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 A0318E092A for ; Tue, 19 Apr 2022 18:31:33 +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 9CA6D341B74 for ; Tue, 19 Apr 2022 18:31:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC9043B8 for ; Tue, 19 Apr 2022 18:31:30 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1650393086.bbae71568d362e738a9f9eefc2792f386c52c3a7.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/afdko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/afdko/afdko-3.8.1.ebuild X-VCS-Directories: dev-util/afdko/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: bbae71568d362e738a9f9eefc2792f386c52c3a7 X-VCS-Branch: dev Date: Tue, 19 Apr 2022 18:31:30 +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: 3ac2258e-305c-44fd-90cb-8f5f7b1ec4c7 X-Archives-Hash: c5c9fd41b67dc639db6f2a6727a44f6a commit: bbae71568d362e738a9f9eefc2792f386c52c3a7 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Apr 18 22:29:12 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Apr 19 18:31:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbae7156 dev-util/afdko: remove patch to fix install Closes: https://bugs.gentoo.org/839312 Signed-off-by: Alessandro Barbieri gmail.com> dev-util/afdko/afdko-3.8.1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-util/afdko/afdko-3.8.1.ebuild b/dev-util/afdko/afdko-3.8.1.ebuild index d61cd48f3..0543175ca 100644 --- a/dev-util/afdko/afdko-3.8.1.ebuild +++ b/dev-util/afdko/afdko-3.8.1.ebuild @@ -51,9 +51,7 @@ BDEPEND=" " DOCS=( {README,NEWS}.md docs ) - PATCHES=( - "${FILESDIR}/${PN}-3.6.2-_get_scripts-to-data_files.patch" "${FILESDIR}/${P}-no-cmake-ninja-deps.patch" "${FILESDIR}/${P}-antlr.patch" )