From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1568921-garchives=archives.gentoo.org@lists.gentoo.org> 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 9C15D158089 for <garchives@archives.gentoo.org>; Wed, 8 Nov 2023 23:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC0D12BC01B; Wed, 8 Nov 2023 23:31:35 +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 pigeon.gentoo.org (Postfix) with ESMTPS id AA4AB2BC01B for <gentoo-commits@lists.gentoo.org>; Wed, 8 Nov 2023 23:31:35 +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 849EA335C34 for <gentoo-commits@lists.gentoo.org>; Wed, 8 Nov 2023 23:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5206EA8 for <gentoo-commits@lists.gentoo.org>; Wed, 8 Nov 2023 23:31:32 +0000 (UTC) From: "Yuan Liao" <liaoyuan@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuan Liao" <liaoyuan@gmail.com> Message-ID: <1699485985.e0e597235af4918ff8f94c84db6573d8af98d4e6.liaoyuan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/extension-manager/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gnome-extra/extension-manager/extension-manager-9999.ebuild X-VCS-Directories: gnome-extra/extension-manager/ X-VCS-Committer: liaoyuan X-VCS-Committer-Name: Yuan Liao X-VCS-Revision: e0e597235af4918ff8f94c84db6573d8af98d4e6 X-VCS-Branch: dev Date: Wed, 8 Nov 2023 23:31:32 +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: e4ea6ad5-83f2-42e9-87fb-6268aa227693 X-Archives-Hash: 01b03b1bee19b12f58a752dd66e863d7 commit: e0e597235af4918ff8f94c84db6573d8af98d4e6 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com> AuthorDate: Wed Nov 8 23:26:25 2023 +0000 Commit: Yuan Liao <liaoyuan <AT> gmail <DOT> com> CommitDate: Wed Nov 8 23:26:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0e59723 gnome-extra/extension-manager: Update dependency version in live ebuild Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com> gnome-extra/extension-manager/extension-manager-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/extension-manager/extension-manager-9999.ebuild b/gnome-extra/extension-manager/extension-manager-9999.ebuild index df1b3c8744..d33b0230c7 100644 --- a/gnome-extra/extension-manager/extension-manager-9999.ebuild +++ b/gnome-extra/extension-manager/extension-manager-9999.ebuild @@ -30,7 +30,7 @@ RDEPEND=" dev-libs/glib:2 dev-libs/json-glib gui-libs/gtk:4[introspection] - >=gui-libs/libadwaita-1.2.0:1[introspection] + >=gui-libs/libadwaita-1.4.0:1[introspection] gui-libs/text-engine net-libs/libsoup:3.0 "