diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-12-18 17:43:36 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-19 05:07:05 +0000 |
commit | 258dbe45693b05f1d01dc818f12ae12a0bf7856e (patch) | |
tree | 8499a04b3395db4f487e375e27c94e682c8300a1 /net-print | |
parent | profiles: reorganize loong llvm profiles (diff) | |
download | gentoo-258dbe45693b05f1d01dc818f12ae12a0bf7856e.tar.gz gentoo-258dbe45693b05f1d01dc818f12ae12a0bf7856e.tar.bz2 gentoo-258dbe45693b05f1d01dc818f12ae12a0bf7856e.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild (renamed from net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild b/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) |