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 9BFFD158095 for ; Fri, 26 Aug 2022 13:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C013EE08FA; Fri, 26 Aug 2022 13:44:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7AAF2E08FA for ; Fri, 26 Aug 2022 13:44:25 +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 86C013410D0 for ; Fri, 26 Aug 2022 13:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9B85526 for ; Fri, 26 Aug 2022 13:44:22 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1661521268.2649387fa1498297a2f2723ec7b4510e74f50cc6.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libimagequant/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/libimagequant/libimagequant-4.0.4.ebuild X-VCS-Directories: media-gfx/libimagequant/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2649387fa1498297a2f2723ec7b4510e74f50cc6 X-VCS-Branch: master Date: Fri, 26 Aug 2022 13:44:22 +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: 432eaa7b-ebda-4dfd-ae8f-7dac1ab42232 X-Archives-Hash: 7610ad457c725adb7da1e85379e01614 commit: 2649387fa1498297a2f2723ec7b4510e74f50cc6 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Aug 26 13:41:08 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Aug 26 13:41:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2649387f media-gfx/libimagequant: bdepend on newer cargo-c Closes: https://bugs.gentoo.org/866689 Signed-off-by: Ionen Wolkens gentoo.org> media-gfx/libimagequant/libimagequant-4.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/libimagequant/libimagequant-4.0.4.ebuild b/media-gfx/libimagequant/libimagequant-4.0.4.ebuild index ce15e3f4a0f4..3e5c2a59e75d 100644 --- a/media-gfx/libimagequant/libimagequant-4.0.4.ebuild +++ b/media-gfx/libimagequant/libimagequant-4.0.4.ebuild @@ -53,7 +53,7 @@ SLOT="0/0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc" BDEPEND=" - dev-util/cargo-c + >=dev-util/cargo-c-0.9.11 >=virtual/rust-1.60 "