diff options
author | Sam James <sam@gentoo.org> | 2024-03-12 18:18:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-12 18:18:46 +0000 |
commit | f8d55c278e674000d4ed1511e23f4b93ab1a5684 (patch) | |
tree | 455b097326a7c1e8b82e841b269d008e5c7f3ca9 /app-text | |
parent | sys-kernel/gentoo-sources: drop 5.15.149 (diff) | |
download | gentoo-f8d55c278e674000d4ed1511e23f4b93ab1a5684.tar.gz gentoo-f8d55c278e674000d4ed1511e23f4b93ab1a5684.tar.bz2 gentoo-f8d55c278e674000d4ed1511e23f4b93ab1a5684.zip |
app-text/ghostscript-gpl: add LFS flags
Been meaning to do this for a while...
Closes: https://bugs.gentoo.org/899952
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-10.03.0-r1.ebuild (renamed from app-text/ghostscript-gpl/ghostscript-gpl-10.03.0.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.03.0.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.03.0-r1.ebuild index 47f978bcfebf..191b93c50073 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.03.0.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.03.0-r1.ebuild @@ -126,6 +126,9 @@ src_configure() { # Unsupported upstream, bug #884841 filter-lto + # bug #899952 + append-lfs-flags + local FONTPATH for path in \ "${EPREFIX}"/usr/share/fonts/urw-fonts \ |