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 762C9159C9B for ; Tue, 6 Aug 2024 03:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC2D2BC070; Tue, 6 Aug 2024 03:19:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AADE32BC068 for ; Tue, 6 Aug 2024 03:19:37 +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 3BC7A340CC9 for ; Tue, 6 Aug 2024 03:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 364DD1EBA for ; Tue, 6 Aug 2024 03:19:33 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1722865449.a59d565f2a54dd29042469084078d658a6c19932.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/timg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/timg/timg-1.6.0.ebuild X-VCS-Directories: media-gfx/timg/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: a59d565f2a54dd29042469084078d658a6c19932 X-VCS-Branch: master Date: Tue, 6 Aug 2024 03:19:33 +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: dc5015e9-501c-4e95-abce-c562310e1b9b X-Archives-Hash: 312ce4aec057cca7609232027f3f0e34 commit: a59d565f2a54dd29042469084078d658a6c19932 Author: Ivan Lloro gmail com> AuthorDate: Mon Aug 5 12:15:11 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Aug 5 13:44:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a59d565f media-gfx/timg: Dependencies in alphabetical order as mandated by Gentoo's style guide Signed-off-by: Ivan Lloro gmail.com> media-gfx/timg/timg-1.6.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-gfx/timg/timg-1.6.0.ebuild b/media-gfx/timg/timg-1.6.0.ebuild index a5bc79766..40e4548eb 100644 --- a/media-gfx/timg/timg-1.6.0.ebuild +++ b/media-gfx/timg/timg-1.6.0.ebuild @@ -16,16 +16,16 @@ KEYWORDS="~amd64" RDEPEND=" >=app-arch/libdeflate-1.19 + >=app-text/poppler-24.04.0[cairo] >=dev-util/pkgconf-2.2.0 >=dev-vcs/git-2.44.2 - >=media-libs/libsixel-1.10.3-r1 - >=media-libs/libjpeg-turbo-3.0.0 + >=gnome-base/librsvg-2.57.3 >=media-libs/libexif-0.6.24 - >=media-video/ffmpeg-4.4.4-r9 + >=media-libs/libjpeg-turbo-3.0.0 + >=media-libs/libsixel-1.10.3-r1 >=media-gfx/graphicsmagick-1.3.42 - >=gnome-base/librsvg-2.57.3 + >=media-video/ffmpeg-4.4.4-r9 >=x11-libs/cairo-1.18.0 - >=app-text/poppler-24.04.0[cairo] " DEPEND="${RDEPEND}"