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 720D6158094 for ; Thu, 25 Aug 2022 07:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DB16E088F; Thu, 25 Aug 2022 07:34:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A912BE088F for ; Thu, 25 Aug 2022 07:34:23 +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 892D0341129 for ; Thu, 25 Aug 2022 07:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B987B58B for ; Thu, 25 Aug 2022 07:34:20 +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: <1661412848.1b9edabba49724849d4ffb6a5fc08b426178788c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-filters/cups-filters-1.28.16-r1.ebuild net-print/cups-filters/cups-filters-1.28.16.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1b9edabba49724849d4ffb6a5fc08b426178788c X-VCS-Branch: master Date: Thu, 25 Aug 2022 07:34:20 +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: 6807dd50-98fd-419f-9bcd-8b9444b3fcf4 X-Archives-Hash: 6b30d8cab1cf1e6eb0853b0558993ab6 commit: 1b9edabba49724849d4ffb6a5fc08b426178788c Author: Sam James gentoo org> AuthorDate: Thu Aug 25 07:34:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 25 07:34:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9edabb net-print/cups-filters: libjpeg-turboify Signed-off-by: Sam James gentoo.org> .../{cups-filters-1.28.16.ebuild => cups-filters-1.28.16-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cups-filters/cups-filters-1.28.16.ebuild b/net-print/cups-filters/cups-filters-1.28.16-r1.ebuild similarity index 98% rename from net-print/cups-filters/cups-filters-1.28.16.ebuild rename to net-print/cups-filters/cups-filters-1.28.16-r1.ebuild index a7f8fbc47ef5..8b20b1905737 100644 --- a/net-print/cups-filters/cups-filters-1.28.16.ebuild +++ b/net-print/cups-filters/cups-filters-1.28.16-r1.ebuild @@ -31,7 +31,7 @@ RDEPEND=" exif? ( media-libs/libexif ) dbus? ( sys-apps/dbus ) foomatic? ( !net-print/foomatic-filters ) - jpeg? ( virtual/jpeg:0 ) + jpeg? ( media-libs/libjpeg-turbo:= ) ldap? ( net-nds/openldap:= ) pdf? ( app-text/mupdf ) perl? ( dev-lang/perl:= )