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 EA508158090 for ; Mon, 9 May 2022 18:44:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16FF3E0923; Mon, 9 May 2022 18:44:08 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2C9DE0923 for ; Mon, 9 May 2022 18:44:07 +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 1AC4D34148A for ; Mon, 9 May 2022 18:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13AD8480 for ; Mon, 9 May 2022 18:44:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1652121568.e8ca448a7729e597dbc896e2109292560edf89bd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/vips/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/vips/vips-8.10.6.ebuild X-VCS-Directories: media-libs/vips/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e8ca448a7729e597dbc896e2109292560edf89bd X-VCS-Branch: master Date: Mon, 9 May 2022 18:44:04 +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: 2d9a2f07-37c3-4bef-8027-047292df53bb X-Archives-Hash: d65fbcdfe7ae54f0177265f27bef4cd1 Message-ID: <20220509184404.QG3jyFWbn8efrfaH1TGZqBxdnS2lK3yxvtUuSRK-hsU@z> commit: e8ca448a7729e597dbc896e2109292560edf89bd Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 9 18:39:28 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 9 18:39:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8ca448a media-libs/vips: virtual/jpeg --> media-libs/libjpeg-turbo Signed-off-by: Andrew Ammerlaan gentoo.org> media-libs/vips/vips-8.10.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/vips/vips-8.10.6.ebuild b/media-libs/vips/vips-8.10.6.ebuild index 21066d247..c9d0bfac3 100644 --- a/media-libs/vips/vips-8.10.6.ebuild +++ b/media-libs/vips/vips-8.10.6.ebuild @@ -31,7 +31,7 @@ RDEPEND=" exif? ( >=media-libs/libexif-0.6 ) fits? ( sci-libs/cfitsio ) heif? ( >=media-libs/libheif-1.3.0:= ) - jpeg? ( virtual/jpeg:0= ) + jpeg? ( media-libs/libjpeg-turbo:0= ) gsf? ( gnome-extra/libgsf:= ) lcms? ( media-libs/lcms ) matio? ( >=sci-libs/matio-1.3.4 )