diff options
author | Dale Showers <gentoo@fictx.com> | 2024-08-15 17:43:09 -0400 |
---|---|---|
committer | Dale Showers <gentoo@fictx.com> | 2024-08-15 17:45:19 -0400 |
commit | 34f2203556da6e811a29acdd8846a089a5164a2e (patch) | |
tree | 7d5da017c596f50eafa36c188e9b2ffa9e09ede6 /net-news | |
parent | gui-wm/river: bump Zig dependency to 0.13 (diff) | |
download | guru-34f2203556da6e811a29acdd8846a089a5164a2e.tar.gz guru-34f2203556da6e811a29acdd8846a089a5164a2e.tar.bz2 guru-34f2203556da6e811a29acdd8846a089a5164a2e.zip |
net-news/cliflux: QA_FLAGS_IGNORED
Closes: https://bugs.gentoo.org/923263
Closes: https://bugs.gentoo.org/923264
Signed-off-by: Dale Showers <gentoo@fictx.com>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/cliflux/cliflux-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |