diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-02-23 22:31:30 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-02-23 22:32:11 +0100 |
commit | 36443ac4ab36ff11bbbfd8e1d79043ab8a469bf9 (patch) | |
tree | 8c2bb3b58e9284ce7be82fe65aff40cf27ecc124 /app-text | |
parent | media-gfx/darktable: set CMAKE_BUILD_TYPE in src_configure, bug #925097 (diff) | |
download | gentoo-36443ac4ab36ff11bbbfd8e1d79043ab8a469bf9.tar.gz gentoo-36443ac4ab36ff11bbbfd8e1d79043ab8a469bf9.tar.bz2 gentoo-36443ac4ab36ff11bbbfd8e1d79043ab8a469bf9.zip |
app-text/pdfsandwich: ignore QA. Built with ocaml
Closes: https://bugs.gentoo.org/924965
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild b/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild index bfb21e8af686..df1636b138bf 100644 --- a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild +++ b/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,6 +27,7 @@ DOCS=( changelog ) PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) QA_FLAGS_IGNORED="/usr/bin/${PN}" +QA_TEXTRELS="/usr/bin/${PN}" src_prepare() { sed -i \ |