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 0B5AA13835A for ; Fri, 9 Apr 2021 12:53:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5049AE093D; Fri, 9 Apr 2021 12:53:13 +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 6211DE093A for ; Fri, 9 Apr 2021 12:53:12 +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 82BBC340DF0 for ; Fri, 9 Apr 2021 12:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 493BB64B for ; Fri, 9 Apr 2021 12:53:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1617930467.7e754503ca559e8a713952d48bc05b651c16649f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/sic/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/sic/sic-0.18.0.ebuild X-VCS-Directories: media-gfx/sic/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 7e754503ca559e8a713952d48bc05b651c16649f X-VCS-Branch: master Date: Fri, 9 Apr 2021 12:53:00 +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: c9f1b68e-5b7c-45fe-825b-c659c69840d0 X-Archives-Hash: 856ddc3d112fa8c467e9cadddf45802d commit: 7e754503ca559e8a713952d48bc05b651c16649f Author: Mustafa Salih gmail com> AuthorDate: Fri Apr 9 01:07:15 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 9 01:07:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e754503 media-gfx/sic: add NASM build dep, close #781107 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Mustafa gmail.com> media-gfx/sic/sic-0.18.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/sic/sic-0.18.0.ebuild b/media-gfx/sic/sic-0.18.0.ebuild index e356a5528..2ca06cff0 100644 --- a/media-gfx/sic/sic-0.18.0.ebuild +++ b/media-gfx/sic/sic-0.18.0.ebuild @@ -173,3 +173,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"