commit: 16c41c5364e69b5b1d25888ef66952e330b99747 Author: Mustafa Salih <mustafasalih1991 <AT> gmail <DOT> com> AuthorDate: Mon Jun 7 19:42:49 2021 +0000 Commit: Mustafa Salih <mustafasalih1991 <AT> gmail <DOT> 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 <mustafasalih1991 <AT> 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"
