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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 789EE1382C5 for ; Mon, 7 Jun 2021 19:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEECDE0839; Mon, 7 Jun 2021 19:43:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5908DE0839 for ; Mon, 7 Jun 2021 19:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92426340D8B for ; Mon, 7 Jun 2021 19:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB0A027E for ; Mon, 7 Jun 2021 19:43:31 +0000 (UTC) From: "Mustafa Salih" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mustafa Salih" Message-ID: <1623094996.16c41c5364e69b5b1d25888ef66952e330b99747.mustafasalih1991@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/sic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/sic/sic-0.19.0.ebuild X-VCS-Directories: media-gfx/sic/ X-VCS-Committer: mustafasalih1991 X-VCS-Committer-Name: Mustafa Salih X-VCS-Revision: 16c41c5364e69b5b1d25888ef66952e330b99747 X-VCS-Branch: dev Date: Mon, 7 Jun 2021 19:43:31 +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: 65d9f9fd-4a58-423b-a413-f7fc2889445a X-Archives-Hash: 4b2c6f9cfe7321207e8f6092e1f4ab3e commit: 16c41c5364e69b5b1d25888ef66952e330b99747 Author: Mustafa Salih gmail com> AuthorDate: Mon Jun 7 19:42:49 2021 +0000 Commit: Mustafa Salih gmail com> CommitDate: Mon Jun 7 19:43:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16c41c53 media-gfx/sic: QA flags ignored Closes: https://bugs.gentoo.org/794559 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mustafa gmail.com> media-gfx/sic/sic-0.19.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/sic/sic-0.19.0.ebuild b/media-gfx/sic/sic-0.19.0.ebuild index 26401e83e..c5bdc3adb 100644 --- a/media-gfx/sic/sic-0.19.0.ebuild +++ b/media-gfx/sic/sic-0.19.0.ebuild @@ -162,6 +162,7 @@ zip-0.5.13 " inherit cargo + S="${WORKDIR}/${P}" DESCRIPTION="Accessible image processing and conversion from the terminal tool." HOMEPAGE="https://github.com/foresterre/sic" @@ -171,4 +172,5 @@ RESTRICT="mirror" LICENSE="Apache-2.0 MIT" SLOT="0" KEYWORDS="~amd64" +QA_FLAGS_IGNORED="usr/bin/sic" DEPEND=">=dev-lang/nasm-2.14.02"