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 6EAAD15ACFB for ; Mon, 24 Apr 2023 12:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A46FEE07F0; Mon, 24 Apr 2023 12:56:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88F24E07F0 for ; Mon, 24 Apr 2023 12:56:56 +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 8FA5F335DBB for ; Mon, 24 Apr 2023 12:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 099C8A3F for ; Mon, 24 Apr 2023 12:56:52 +0000 (UTC) From: "Remigiusz Micielski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Remigiusz Micielski" Message-ID: <1682340920.451c84f2907cf7b014289d490108851550cc4be2.remigiusz.micielski@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/swww/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/swww/swww-0.7.3.ebuild X-VCS-Directories: gui-apps/swww/ X-VCS-Committer: remigiusz.micielski X-VCS-Committer-Name: Remigiusz Micielski X-VCS-Revision: 451c84f2907cf7b014289d490108851550cc4be2 X-VCS-Branch: dev Date: Mon, 24 Apr 2023 12:56:52 +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: 432f04c2-48c0-41b1-a579-bfe85f791229 X-Archives-Hash: d01080b302b67a6483210a29c9b46dbd commit: 451c84f2907cf7b014289d490108851550cc4be2 Author: Remigiusz Micielski gmail com> AuthorDate: Mon Apr 24 12:55:20 2023 +0000 Commit: Remigiusz Micielski gmail com> CommitDate: Mon Apr 24 12:55:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=451c84f2 gui-apps/swww: add swww-daemon to QA_IGNORE_FLAGS Signed-off-by: Remigiusz Micielski gmail.com> gui-apps/swww/swww-0.7.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gui-apps/swww/swww-0.7.3.ebuild b/gui-apps/swww/swww-0.7.3.ebuild index 445b63fb4..dfd5c7fbb 100644 --- a/gui-apps/swww/swww-0.7.3.ebuild +++ b/gui-apps/swww/swww-0.7.3.ebuild @@ -219,9 +219,10 @@ DEPEND="app-arch/lz4 RDEPEND="${DEPEND}" BDEPEND="" -# rust does not use *FLAGS from make.conf, silence portage warning -# update with proper path to binaries this crate installs, omit leading / -QA_FLAGS_IGNORED="usr/bin/${PN}" +QA_FLAGS_IGNORED=" + usr/bin/swww + usr/bin/swww-daemon +" src_install() { dodoc README.md CHANGELOG.md