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 B1CCE158094 for ; Sun, 24 Jul 2022 00:59:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90CC72BC02C; Sun, 24 Jul 2022 00:59:48 +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 748862BC02C for ; Sun, 24 Jul 2022 00:59:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8F1D7340FB2 for ; Sun, 24 Jul 2022 00:59:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACAA954D for ; Sun, 24 Jul 2022 00:59:44 +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: <1658624375.944c03b52aa91c92471b3fe992daf8e58344adbb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-backends/sane-backends-1.1.1-r3.ebuild media-gfx/sane-backends/sane-backends-1.1.1-r4.ebuild X-VCS-Directories: media-gfx/sane-backends/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 944c03b52aa91c92471b3fe992daf8e58344adbb X-VCS-Branch: master Date: Sun, 24 Jul 2022 00:59:44 +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: c2665d93-feeb-4b17-87bc-6006c017ae07 X-Archives-Hash: a4aecfd185a424aa6bc189910bdb170a commit: 944c03b52aa91c92471b3fe992daf8e58344adbb Author: Sam James gentoo org> AuthorDate: Sun Jul 24 00:58:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 24 00:59:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944c03b5 media-gfx/sane-backends: use libjpeg-turbo Signed-off-by: Sam James gentoo.org> ...-backends-1.1.1-r3.ebuild => sane-backends-1.1.1-r4.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-gfx/sane-backends/sane-backends-1.1.1-r3.ebuild b/media-gfx/sane-backends/sane-backends-1.1.1-r4.ebuild similarity index 96% rename from media-gfx/sane-backends/sane-backends-1.1.1-r3.ebuild rename to media-gfx/sane-backends/sane-backends-1.1.1-r4.ebuild index 7c8590732dc8..6bff44a1f891 100644 --- a/media-gfx/sane-backends/sane-backends-1.1.1-r3.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.1.1-r4.ebuild @@ -136,14 +136,14 @@ RDEPEND=" acct-user/saned gphoto2? ( >=media-libs/libgphoto2-2.5.3.1:=[${MULTILIB_USEDEP}] - >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] + media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) sane_backends_canon_pp? ( >=sys-libs/libieee1284-0.2.11-r3[${MULTILIB_USEDEP}] ) - sane_backends_dc210? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] ) - sane_backends_dc240? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] ) + sane_backends_dc210? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) + sane_backends_dc240? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) sane_backends_dell1600n_net? ( >=media-libs/tiff-3.9.7-r1:0=[${MULTILIB_USEDEP}] - >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] + media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) sane_backends_escl? ( app-text/poppler[cairo] @@ -156,7 +156,7 @@ RDEPEND=" ) sane_backends_hpsj5s? ( >=sys-libs/libieee1284-0.2.11-r3[${MULTILIB_USEDEP}] ) sane_backends_mustek_pp? ( >=sys-libs/libieee1284-0.2.11-r3[${MULTILIB_USEDEP}] ) - sane_backends_pixma? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] ) + sane_backends_pixma? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) snmp? ( net-analyzer/net-snmp:0= ) systemd? ( sys-apps/systemd:0= ) usb? ( >=virtual/libusb-1-r1:1=[${MULTILIB_USEDEP}] )