commit: c78cce44be97b9490fe275b1abc5729d7975f5f2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Dec 14 14:58:54 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Dec 14 14:58:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78cce44
app-text/ghostscript-gpl: fix ps2epsi Closes: https://bugs.gentoo.org/749399 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> ...ostscript-gpl-9.53.3-r2.ebuild => ghostscript-gpl-9.53.3-r3.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild similarity index 97% rename from app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild rename to app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild index 3e43e96c815..85e67bcb90f 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r2.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r3.ebuild @@ -185,6 +185,9 @@ src_install() { # install the CMaps from poppler-data properly, bug #409361 dosym ../../../poppler/cMaps "/usr/share/ghostscript/${PVM}/Resource/CMap" + # ps2epsi requires ps2epsi.ps in same directory, bug #749399 + dosym "../share/ghostscript/${PV}/lib/ps2epsi.ps" /usr/bin/ps2epsi.ps + if ! use static-libs; then find "${ED}" -name '*.la' -delete || die fi
