Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/sic/
Date: Wed, 09 Jun 2021 03:39:09
Message-Id: 1623094996.16c41c5364e69b5b1d25888ef66952e330b99747.telans@gentoo
1 commit: 16c41c5364e69b5b1d25888ef66952e330b99747
2 Author: Mustafa Salih <mustafasalih1991 <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 7 19:42:49 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Mon Jun 7 19:43:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16c41c53
7
8 media-gfx/sic: QA flags ignored
9
10 Closes: https://bugs.gentoo.org/794559
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Mustafa <mustafasalih1991 <AT> gmail.com>
13
14 media-gfx/sic/sic-0.19.0.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/media-gfx/sic/sic-0.19.0.ebuild b/media-gfx/sic/sic-0.19.0.ebuild
18 index 26401e83e..c5bdc3adb 100644
19 --- a/media-gfx/sic/sic-0.19.0.ebuild
20 +++ b/media-gfx/sic/sic-0.19.0.ebuild
21 @@ -162,6 +162,7 @@ zip-0.5.13
22 "
23
24 inherit cargo
25 +
26 S="${WORKDIR}/${P}"
27 DESCRIPTION="Accessible image processing and conversion from the terminal tool."
28 HOMEPAGE="https://github.com/foresterre/sic"
29 @@ -171,4 +172,5 @@ RESTRICT="mirror"
30 LICENSE="Apache-2.0 MIT"
31 SLOT="0"
32 KEYWORDS="~amd64"
33 +QA_FLAGS_IGNORED="usr/bin/sic"
34 DEPEND=">=dev-lang/nasm-2.14.02"