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 5E0E7158015 for ; Fri, 29 Dec 2023 01:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 973332BC048; Fri, 29 Dec 2023 01:19:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 77E562BC048 for ; Fri, 29 Dec 2023 01:19:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B071C340806 for ; Fri, 29 Dec 2023 01:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48714AE5 for ; Fri, 29 Dec 2023 01:19:29 +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: <1703812733.8dddc921ebb04586e75d10503835faf1b2a7d434.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-r2.ebuild net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild X-VCS-Directories: net-print/libcupsfilters/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8dddc921ebb04586e75d10503835faf1b2a7d434 X-VCS-Branch: master Date: Fri, 29 Dec 2023 01:19:29 +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: 19776a41-ae68-41ef-b732-8d168c2910a5 X-Archives-Hash: 76709c475e752522d68032ddba8a33e9 commit: 8dddc921ebb04586e75d10503835faf1b2a7d434 Author: Eli Schwartz gmail com> AuthorDate: Thu Dec 28 20:17:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 29 01:18:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dddc921 net-print/libcupsfilters: add missing dependency This went missing when migrating components across ebuilds. Fixes: faf70b3f666a811c029e7cd9d612ed9e01cf2a77 Closes: https://bugs.gentoo.org/920900 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> .../{libcupsfilters-2.0.0-r2.ebuild => libcupsfilters-2.0.0-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild b/net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild similarity index 96% rename from net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild rename to net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild index 3385d6ec7f43..12de37bf597c 100644 --- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild +++ b/net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild @@ -27,6 +27,7 @@ RDEPEND=" dbus? ( sys-apps/dbus ) jpeg? ( media-libs/libjpeg-turbo:= ) pdf? ( app-text/mupdf ) + postscript? ( app-text/ghostscript-gpl[cups] ) poppler? ( >=app-text/poppler-0.32[cxx] ) png? ( media-libs/libpng:= ) tiff? ( media-libs/tiff:= )