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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8193158042 for ; Wed, 16 Oct 2024 12:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8E99E08CE; Wed, 16 Oct 2024 12:38:57 +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 9FB3CE08CE for ; Wed, 16 Oct 2024 12:38:57 +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 891EE340C20 for ; Wed, 16 Oct 2024 12:38:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE4041E06 for ; Wed, 16 Oct 2024 12:38:54 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1729082240.f3247d69998024e23a595457061d633cc384b84e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/zed/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/zed/zed-0.155.2.ebuild X-VCS-Directories: app-editors/zed/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f3247d69998024e23a595457061d633cc384b84e X-VCS-Branch: master Date: Wed, 16 Oct 2024 12:38:54 +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: 486c6cfb-fb3f-4a85-8d98-3b1393dbcf2f X-Archives-Hash: 949ad1e9f8ec31dd850814f1a21b20fb commit: f3247d69998024e23a595457061d633cc384b84e Author: Joonas Niilola gentoo org> AuthorDate: Wed Oct 16 12:37:20 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 16 12:37:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3247d69 app-editors/zed: update QA_FLAGS_IGNORED - to match the newly updated zedit bin. Signed-off-by: Joonas Niilola gentoo.org> app-editors/zed/zed-0.155.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/zed/zed-0.155.2.ebuild b/app-editors/zed/zed-0.155.2.ebuild index 2de192d516d5..b4cace50d25f 100644 --- a/app-editors/zed/zed-0.155.2.ebuild +++ b/app-editors/zed/zed-0.155.2.ebuild @@ -84,7 +84,7 @@ BDEPEND=" ') " -QA_FLAGS_IGNORED="usr/bin/zed" +QA_FLAGS_IGNORED="usr/bin/zedit" pkg_setup() { if tc-is-gcc; then