Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/difftastic/
Date: Thu, 31 Mar 2022 16:27:49
Message-Id: 1648744038.34dbba0fa08e3326cd5d3a029d0c9d413e362b52.chutzpah@gentoo
1 commit: 34dbba0fa08e3326cd5d3a029d0c9d413e362b52
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 16:26:49 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 16:27:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34dbba0f
7
8 dev-util/difftastic: Add QA_FLAGS_IGNORED for difft binary
9
10 Closes: https://bugs.gentoo.org/836465
11 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
12
13 dev-util/difftastic/difftastic-0.24.0.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-util/difftastic/difftastic-0.24.0.ebuild b/dev-util/difftastic/difftastic-0.24.0.ebuild
17 index f8f6168b308a..7fbdaa39781a 100644
18 --- a/dev-util/difftastic/difftastic-0.24.0.ebuild
19 +++ b/dev-util/difftastic/difftastic-0.24.0.ebuild
20 @@ -90,6 +90,8 @@ SLOT="0"
21 KEYWORDS="~amd64"
22 RESTRICT="mirror"
23
24 +QA_FLAGS_IGNORED="usr/bin/difft"
25 +
26 PATCHES=(
27 "${FILESDIR}/difftastic-0.24.0-regex-dep.patch"
28 )