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 31AA215838C for ; Thu, 25 Jan 2024 15:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61058E2A83; Thu, 25 Jan 2024 15:11:31 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44114E2A83 for ; Thu, 25 Jan 2024 15:11:31 +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 48B16343351 for ; Thu, 25 Jan 2024 15:11:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BB49BE7 for ; Thu, 25 Jan 2024 15:11:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1706195446.e35da963ee021ea5c701ecf7a5ec8839778c94a5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild mate-base/mate-applets/mate-applets-1.26.1-r2.ebuild mate-base/mate-applets/mate-applets-1.27.1.ebuild X-VCS-Directories: mate-base/mate-applets/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e35da963ee021ea5c701ecf7a5ec8839778c94a5 X-VCS-Branch: master Date: Thu, 25 Jan 2024 15:11:28 +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: 7e154148-e049-4c66-b19e-5b64705f724a X-Archives-Hash: 9965512515f2897cb063136de579ef43 commit: e35da963ee021ea5c701ecf7a5ec8839778c94a5 Author: Ian Jordan gmail com> AuthorDate: Thu Jan 25 13:22:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 25 15:10:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35da963 mate-base/mate-applets: fix gtksourceview depend verisons Change between 1.26 and 27 have changed required x11-libs/gtksourceview versions required. This commit solves issues for new MATE users of both versions. Closes: https://bugs.gentoo.org/922890 Signed-off-by: Ian Jordan gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35007 Signed-off-by: Sam James gentoo.org> .../{mate-applets-1.26.1-r1.ebuild => mate-applets-1.26.1-r2.ebuild} | 2 +- mate-base/mate-applets/mate-applets-1.27.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild b/mate-base/mate-applets/mate-applets-1.26.1-r2.ebuild similarity index 98% rename from mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild rename to mate-base/mate-applets/mate-applets-1.26.1-r2.ebuild index 81662329c26d..cbba9e04f305 100644 --- a/mate-base/mate-applets/mate-applets-1.26.1-r1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.26.1-r2.ebuild @@ -31,7 +31,7 @@ COMMON_DEPEND=" >=sys-apps/dbus-1.10.0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.22:3 - x11-libs/gtksourceview + x11-libs/gtksourceview:3.0 >=x11-libs/libnotify-0.7 x11-libs/libX11 >=x11-libs/libwnck-3.0:3 diff --git a/mate-base/mate-applets/mate-applets-1.27.1.ebuild b/mate-base/mate-applets/mate-applets-1.27.1.ebuild index 61536bf96bb7..3476bd7daa24 100644 --- a/mate-base/mate-applets/mate-applets-1.27.1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.27.1.ebuild @@ -31,7 +31,7 @@ COMMON_DEPEND=" >=sys-apps/dbus-1.10.0 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.22:3 - x11-libs/gtksourceview + x11-libs/gtksourceview:4 >=x11-libs/libnotify-0.7 x11-libs/libX11 >=x11-libs/libwnck-3.0:3