Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/
Date: Wed, 27 Jan 2021 15:11:00
Message-Id: 1611760248.d114997ae93a140d5f031d6ad3b8601fc1922031.whissi@gentoo
1 commit: d114997ae93a140d5f031d6ad3b8601fc1922031
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 14:29:22 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 15:10:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d114997a
7
8 app-text/ghostscript-gpl: re-enable openprinting support
9
10 Closes: https://bugs.gentoo.org/764119
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 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
18 index 571d85d3247..2fe475b2c8f 100644
19 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild
20 +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.53.3-r5.ebuild
21 @@ -149,6 +149,7 @@ src_configure() {
22 --with-ijs \
23 --with-jbig2dec \
24 --with-libpaper \
25 + --with-openprinting \
26 --with-system-libtiff \
27 --without-luratech \
28 $(use_enable cups) \