From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 24D50158B20 for ; Sat, 01 Feb 2025 16:21:17 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0AB1D343126 for ; Sat, 01 Feb 2025 16:21:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3B810110472; Sat, 01 Feb 2025 16:21:13 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 2FD6E110471 for ; Sat, 01 Feb 2025 16:21:12 +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 A6CFF343011 for ; Sat, 01 Feb 2025 16:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D5E31786 for ; Sat, 01 Feb 2025 16:21:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1738426856.0d3d49e693e416aeac377b748a55d9f47d41aae9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glycin-loaders/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/glycin-loaders/glycin-loaders-1.2_beta1.ebuild X-VCS-Directories: media-libs/glycin-loaders/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0d3d49e693e416aeac377b748a55d9f47d41aae9 X-VCS-Branch: master Date: Sat, 01 Feb 2025 16:21:11 +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: 8c0af093-f4c2-46d9-b3e2-d38d0ec0ee9b X-Archives-Hash: 40334f09218a7cd6707f7bf12ef57046 commit: 0d3d49e693e416aeac377b748a55d9f47d41aae9 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 1 16:17:52 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 1 16:20:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3d49e6 media-libs/glycin-loaders: Bump minimum deps Signed-off-by: Michał Górny gentoo.org> media-libs/glycin-loaders/glycin-loaders-1.2_beta1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/glycin-loaders/glycin-loaders-1.2_beta1.ebuild b/media-libs/glycin-loaders/glycin-loaders-1.2_beta1.ebuild index fddb3302d02e..d70934f73076 100644 --- a/media-libs/glycin-loaders/glycin-loaders-1.2_beta1.ebuild +++ b/media-libs/glycin-loaders/glycin-loaders-1.2_beta1.ebuild @@ -7,6 +7,8 @@ EAPI=8 CRATES=" " +RUST_MIN_VERSION=1.80.0 + inherit cargo meson MY_P=glycin-${PV%_*}.beta.${PV#*beta} @@ -42,7 +44,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} test? ( - >=gui-libs/gtk-4.12.0:4 + >=gui-libs/gtk-4.16.0:4 >=media-libs/lcms-2.14:2 ) "