From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1712964-garchives=archives.gentoo.org@lists.gentoo.org> 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 BC0B91580E0 for <garchives@archives.gentoo.org>; Sun, 26 Jan 2025 15:01:48 +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 A1C47343564 for <garchives@archives.gentoo.org>; Sun, 26 Jan 2025 15:01:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CE12C11046F; Sun, 26 Jan 2025 15:01:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C3C9B11046F for <gentoo-commits@lists.gentoo.org>; Sun, 26 Jan 2025 15:01:44 +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 74A6434354A for <gentoo-commits@lists.gentoo.org>; Sun, 26 Jan 2025 15:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF9EA2503 for <gentoo-commits@lists.gentoo.org>; Sun, 26 Jan 2025 15:01:42 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1737903637.57b37c4d531adda05af7dafd17ac860c20e879a6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/gnome-console/gnome-console-47.1.ebuild X-VCS-Directories: gui-apps/gnome-console/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 57b37c4d531adda05af7dafd17ac860c20e879a6 X-VCS-Branch: master Date: Sun, 26 Jan 2025 15:01:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 806480ea-a437-4497-970e-e6e639c434e9 X-Archives-Hash: 8fbd13d78ba633eb4879ef21c9c04acc commit: 57b37c4d531adda05af7dafd17ac860c20e879a6 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Jan 26 12:50:00 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Jan 26 15:00:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b37c4d gui-apps/gnome-console: Fix dependencies Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> gui-apps/gnome-console/gnome-console-47.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/gnome-console/gnome-console-47.1.ebuild b/gui-apps/gnome-console/gnome-console-47.1.ebuild index c286ea230362..99014f3e3231 100644 --- a/gui-apps/gnome-console/gnome-console-47.1.ebuild +++ b/gui-apps/gnome-console/gnome-console-47.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.80:2 >=gui-libs/gtk-4.14:4 - >=gui-libs/libadwaita-1.6_rc:1 + >=gui-libs/libadwaita-1.6:1 >=gui-libs/vte-0.77.0:2.91-gtk4 gnome-base/libgtop:2= >=dev-libs/libpcre2-10.32:0=