diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-09-05 22:06:08 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-09-05 22:06:08 +0200 |
commit | 56e41df51acebd3ce3175f9fff72fd982436c32e (patch) | |
tree | adc0ed7fe853b3a252cbe0d23bd883b6f38fa218 /app-text/pdfsandwich | |
parent | app-text/podofo: fix boost BDEPEND (diff) | |
download | gentoo-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.ebuild | 5 |
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 } |