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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49335158089 for ; Mon, 4 Sep 2023 16:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D0B82BC013; Mon, 4 Sep 2023 16:24:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F9D02BC013 for ; Mon, 4 Sep 2023 16:24:26 +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 4B92F335CB7 for ; Mon, 4 Sep 2023 16:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3395106B for ; Mon, 4 Sep 2023 16:24:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1693844635.431af28cd5d53b6789ce943ad263419ddea16944.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgphoto2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgphoto2/libgphoto2-2.5.31.ebuild X-VCS-Directories: media-libs/libgphoto2/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 431af28cd5d53b6789ce943ad263419ddea16944 X-VCS-Branch: master Date: Mon, 4 Sep 2023 16:24:23 +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: c3e64f98-6876-4c35-a654-28619edf3a3c X-Archives-Hash: cb50543c81011931bc19d3f9ede5ad76 commit: 431af28cd5d53b6789ce943ad263419ddea16944 Author: Matt Turner gentoo org> AuthorDate: Mon Sep 4 16:23:55 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 4 16:23:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431af28c media-libs/libgphoto2: Don't depend on virtual/jpeg Signed-off-by: Matt Turner gentoo.org> media-libs/libgphoto2/libgphoto2-2.5.31.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libgphoto2/libgphoto2-2.5.31.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.31.ebuild index 0a68b17206c7..31c1600a90f0 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.31.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.31.ebuild @@ -59,7 +59,7 @@ RDEPEND=" cameras_st2205? ( >=media-libs/gd-2.0.35-r4:=[${MULTILIB_USEDEP}] ) exif? ( >=media-libs/libexif-0.6.21-r1[${MULTILIB_USEDEP}] ) gd? ( >=media-libs/gd-2.0.35-r4:=[jpeg=,${MULTILIB_USEDEP}] ) - jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) + jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) serial? ( >=dev-libs/lockdev-1.0.3.1.2-r2[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}"