commit:     d1a7a66f64325d1365663a9ad966c4b3dce52e15
Author:     Lukas Schmelting <lschmelting <AT> posteo <DOT> com>
AuthorDate: Tue Feb  3 19:19:01 2026 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb  8 12:34:14 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a7a66f

app-text/papers: add papers-thumbnailer to QA_FLAGS_IGNORED

papers-thumbnailer is built by rustc
```
 * QA Notice: Files built without respecting CFLAGS have been detected
 *  Please include the following list of files in your report:
 * /usr/bin/papers-thumbnailer

 * QA Notice: Files built without respecting LDFLAGS have been detected
 *  Please include the following list of files in your report:
 * /usr/bin/papers-thumbnailer
```

Closes: https://bugs.gentoo.org/967475
Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com>
Signed-off-by: zyxhere💭 <zyx <AT> envs.net>
Part-of: https://github.com/gentoo/gentoo/pull/45579
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-text/papers/papers-49.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/papers/papers-49.2.ebuild 
b/app-text/papers/papers-49.2.ebuild
index e4d09bdc9117..bcefc814c144 100644
--- a/app-text/papers/papers-49.2.ebuild
+++ b/app-text/papers/papers-49.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2025 Gentoo Authors
+# Copyright 2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Autogenerated by pycargoebuild 0.15.0
@@ -331,7 +331,7 @@ RDEPEND="${DEPEND}
        gnome-keyring? ( app-crypt/libsecret )
 "
 
-QA_FLAGS_IGNORED="usr/bin/papers"
+QA_FLAGS_IGNORED="usr/bin/papers usr/bin/papers-thumbnailer"
 
 src_configure() {
        local emesonargs=(

Reply via email to