summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-09-05 22:06:08 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-09-05 22:06:08 +0200
commit56e41df51acebd3ce3175f9fff72fd982436c32e (patch)
treeadc0ed7fe853b3a252cbe0d23bd883b6f38fa218 /app-text/pdfsandwich
parentapp-text/podofo: fix boost BDEPEND (diff)
downloadgentoo-56e41df51acebd3ce3175f9fff72fd982436c32e.tar.gz
gentoo-56e41df51acebd3ce3175f9fff72fd982436c32e.tar.bz2
gentoo-56e41df51acebd3ce3175f9fff72fd982436c32e.zip
app-text/pdfsandwich: filter lto
Closes: https://bugs.gentoo.org/866043 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'app-text/pdfsandwich')
-rw-r--r--app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild b/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
index c42e82306713..14d6940316f5 100644
--- a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
+++ b/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+inherit flag-o-matic
DESCRIPTION="generator of sandwich OCR pdf files"
HOMEPAGE="http://www.tobias-elze.de/pdfsandwich"
@@ -31,6 +32,8 @@ src_prepare() {
sed -i \
-e "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/" \
Makefile || die
+ # Bug #866043
+ filter-lto
default
}