From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 766A0158015 for ; Tue, 19 Dec 2023 05:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6C8C2BC027; Tue, 19 Dec 2023 05:08:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF06B2BC027 for ; Tue, 19 Dec 2023 05:08:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C515335DC5 for ; Tue, 19 Dec 2023 05:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D37C39C4 for ; Tue, 19 Dec 2023 05:08:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1702962425.258dbe45693b05f1d01dc818f12ae12a0bf7856e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/libcupsfilters/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild X-VCS-Directories: net-print/libcupsfilters/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 258dbe45693b05f1d01dc818f12ae12a0bf7856e X-VCS-Branch: master Date: Tue, 19 Dec 2023 05:08:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 014668a4-1776-4d83-a8a8-afd291e58499 X-Archives-Hash: 8f2e615f05b3b6208c089fd5835cc548 commit: 258dbe45693b05f1d01dc818f12ae12a0bf7856e Author: Eli Schwartz gmail com> AuthorDate: Mon Dec 18 22:43:36 2023 +0000 Commit: Sam James gentoo 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 gmail.com> Signed-off-by: Sam James 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)