Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/deblob/
Date: Wed, 28 Sep 2022 16:05:05
Message-Id: 1664317986.f22145f23c651bb467b00b0268e940636384a98c.tastytea@gentoo
1 commit: f22145f23c651bb467b00b0268e940636384a98c
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Tue Sep 27 22:33:06 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Tue Sep 27 22:33:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f22145f2
7
8 dev-util/deblob: Fix QA_FLAGS_IGNORED
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 dev-util/deblob/deblob-9999.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/dev-util/deblob/deblob-9999.ebuild b/dev-util/deblob/deblob-9999.ebuild
16 index 6aa1709b6..3c186d3a6 100644
17 --- a/dev-util/deblob/deblob-9999.ebuild
18 +++ b/dev-util/deblob/deblob-9999.ebuild
19 @@ -16,6 +16,9 @@ DEPEND="
20 "
21 RDEPEND=""
22
23 +# built by hare
24 +QA_FLAGS_IGNORED="usr/bin/deblob"
25 +
26 src_install() {
27 PREFIX="/usr" default
28 }