Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/castor/
Date: Sat, 01 May 2021 14:20:42
Message-Id: 1619878203.46b3080056af8407d4b87cf99e8eaff314cad91d.tastytea@gentoo
1 commit: 46b3080056af8407d4b87cf99e8eaff314cad91d
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sat May 1 14:10:03 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sat May 1 14:10:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46b30800
7
8 net-misc/castor: Ignore QA warning about flags.
9
10 Closes: https://bugs.gentoo.org/787077
11 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
12
13 net-misc/castor/castor-0.8.15.ebuild | 5 ++++-
14 net-misc/castor/castor-0.8.16.ebuild | 5 ++++-
15 2 files changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/net-misc/castor/castor-0.8.15.ebuild b/net-misc/castor/castor-0.8.15.ebuild
18 index 49466f36d..ca4cf435d 100644
19 --- a/net-misc/castor/castor-0.8.15.ebuild
20 +++ b/net-misc/castor/castor-0.8.15.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2020 Gentoo Authors
23 +# Copyright-2020 2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -127,6 +127,9 @@ RDEPEND="
28 "
29 DEPEND="${RDEPEND}"
30
31 +# Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings
32 +QA_FLAGS_IGNORED="usr/bin/castor"
33 +
34 src_test() {
35 # FIXME: test absolute_url::test_make_absolute_just_path fails without this,
36 # but I couldn't reproduce it.
37
38 diff --git a/net-misc/castor/castor-0.8.16.ebuild b/net-misc/castor/castor-0.8.16.ebuild
39 index 49466f36d..f2f79e18d 100644
40 --- a/net-misc/castor/castor-0.8.16.ebuild
41 +++ b/net-misc/castor/castor-0.8.16.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 2020 Gentoo Authors
44 +# Copyright 2020-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48 @@ -127,6 +127,9 @@ RDEPEND="
49 "
50 DEPEND="${RDEPEND}"
51
52 +# Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings
53 +QA_FLAGS_IGNORED="usr/bin/castor"
54 +
55 src_test() {
56 # FIXME: test absolute_url::test_make_absolute_just_path fails without this,
57 # but I couldn't reproduce it.