commit: 7644819fcdadfe6328cef6d6e36b67a7043de7fe Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Wed Jul 7 15:22:38 2021 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Wed Jul 7 15:25:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7644819f
dev-libs/cgicc: Silence false-positive QA warning. Closes: https://bugs.gentoo.org/785328 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> dev-libs/cgicc/cgicc-3.2.19.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/cgicc/cgicc-3.2.19.ebuild b/dev-libs/cgicc/cgicc-3.2.19.ebuild index a0ef4f953..66ab510fa 100644 --- a/dev-libs/cgicc/cgicc-3.2.19.ebuild +++ b/dev-libs/cgicc/cgicc-3.2.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,6 +19,9 @@ DEPEND="doc? ( app-doc/doxygen )" PATCHES=( "${FILESDIR}/${PN}-3.2.19-optional-doc.patch" ) +# False positive, bug #785328. +QA_SONAME="usr/lib*/libcgicc.so*" + src_prepare() { default eautoreconf
