Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/cgicc/
Date: Wed, 07 Jul 2021 15:26:12
Message-Id: 1625671528.7644819fcdadfe6328cef6d6e36b67a7043de7fe.tastytea@gentoo
1 commit: 7644819fcdadfe6328cef6d6e36b67a7043de7fe
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Wed Jul 7 15:22:38 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Jul 7 15:25:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7644819f
7
8 dev-libs/cgicc: Silence false-positive QA warning.
9
10 Closes: https://bugs.gentoo.org/785328
11 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
12
13 dev-libs/cgicc/cgicc-3.2.19.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/cgicc/cgicc-3.2.19.ebuild b/dev-libs/cgicc/cgicc-3.2.19.ebuild
17 index a0ef4f953..66ab510fa 100644
18 --- a/dev-libs/cgicc/cgicc-3.2.19.ebuild
19 +++ b/dev-libs/cgicc/cgicc-3.2.19.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2020 Gentoo Authors
22 +# Copyright 2020-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -19,6 +19,9 @@ DEPEND="doc? ( app-doc/doxygen )"
27
28 PATCHES=( "${FILESDIR}/${PN}-3.2.19-optional-doc.patch" )
29
30 +# False positive, bug #785328.
31 +QA_SONAME="usr/lib*/libcgicc.so*"
32 +
33 src_prepare() {
34 default
35 eautoreconf