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 0680815852A for ; Thu, 15 Aug 2024 21:47:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41FEBE29BA; Thu, 15 Aug 2024 21:47:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2792FE29BA for ; Thu, 15 Aug 2024 21:47:25 +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 5D909342F9F for ; Thu, 15 Aug 2024 21:47:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFA4C1EEE for ; Thu, 15 Aug 2024 21:47:22 +0000 (UTC) From: "Dale Showers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dale Showers" Message-ID: <1723758319.34f2203556da6e811a29acdd8846a089a5164a2e.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-news/cliflux/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-news/cliflux/cliflux-1.4.1.ebuild X-VCS-Directories: net-news/cliflux/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Dale Showers X-VCS-Revision: 34f2203556da6e811a29acdd8846a089a5164a2e X-VCS-Branch: dev Date: Thu, 15 Aug 2024 21:47:22 +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: 58130761-2ad7-4daa-9fcc-4cdb5bf28490 X-Archives-Hash: 20c553da34e35e767a60ae51c02e8391 commit: 34f2203556da6e811a29acdd8846a089a5164a2e Author: Dale Showers fictx com> AuthorDate: Thu Aug 15 21:43:09 2024 +0000 Commit: Dale Showers fictx com> CommitDate: Thu Aug 15 21:45:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34f22035 net-news/cliflux: QA_FLAGS_IGNORED Closes: https://bugs.gentoo.org/923263 Closes: https://bugs.gentoo.org/923264 Signed-off-by: Dale Showers fictx.com> net-news/cliflux/cliflux-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-news/cliflux/cliflux-1.4.1.ebuild b/net-news/cliflux/cliflux-1.4.1.ebuild index 3ed96bd17..a3010726c 100644 --- a/net-news/cliflux/cliflux-1.4.1.ebuild +++ b/net-news/cliflux/cliflux-1.4.1.ebuild @@ -200,7 +200,6 @@ CRATES=" " inherit cargo - DESCRIPTION="A terminal-ui (TUI) client for the Miniflux RSS reader" HOMEPAGE="https://github.com/spencerwi/cliflux" SRC_URI=" @@ -216,3 +215,4 @@ KEYWORDS="~amd64" DEPEND="dev-libs/openssl" RDEPEND="${DEPEND}" +QA_FLAGS_IGNORED="usr/bin/${PN}"