diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-01-27 15:29:22 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-01-27 16:10:48 +0100 |
commit | d114997ae93a140d5f031d6ad3b8601fc1922031 (patch) | |
tree | 0724633d2515f24036625321780812e416a6468c /app-text/ghostscript-gpl | |
parent | app-text/ghostscript-gpl: expose libgs.so ABI as subslot (diff) | |
download | gentoo-d114997ae93a140d5f031d6ad3b8601fc1922031.tar.gz gentoo-d114997ae93a140d5f031d6ad3b8601fc1922031.tar.bz2 gentoo-d114997ae93a140d5f031d6ad3b8601fc1922031.zip |
app-text/ghostscript-gpl: re-enable openprinting support
Closes: https://bugs.gentoo.org/764119
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild index 571d85d32475..2fe475b2c8f8 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild @@ -149,6 +149,7 @@ src_configure() { --with-ijs \ --with-jbig2dec \ --with-libpaper \ + --with-openprinting \ --with-system-libtiff \ --without-luratech \ $(use_enable cups) \ |