commit: 258dbe45693b05f1d01dc818f12ae12a0bf7856e Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Mon Dec 18 22:43:36 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 19 05:07:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258dbe45
net-print/libcupsfilters: fix typo that caused ghostscript to be ignored The USE flag is postscript, the configure arg is *ghost*script. We need to override the flag name for use_enable (and indeed cups-filters did so). Closes: https://bugs.gentoo.org/920270 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> .../{libcupsfilters-2.0.0-r1.ebuild => libcupsfilters-2.0.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild b/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild similarity index 97% rename from net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild rename to net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild index eb32f66f6b78..c7f4321f3ee9 100644 --- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild +++ b/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild @@ -45,7 +45,7 @@ src_configure() { $(use_enable exif) $(use_enable dbus) $(use_enable poppler) - $(use_enable postscript) + $(use_enable postscript ghostscript) $(use_enable pdf mutool) $(use_with jpeg) $(use_with png)
