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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 821FA1382C5 for ; Thu, 29 Apr 2021 01:02:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0302E07A7; Thu, 29 Apr 2021 01:02:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8911FE07A7 for ; Thu, 29 Apr 2021 01:02:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B9C8340CC3 for ; Thu, 29 Apr 2021 01:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6543259C for ; Thu, 29 Apr 2021 01:02:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1619658160.bcecc2e44f43b99fa7ad51e0cae1a54a45734184.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gnome-builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gnome-builder/gnome-builder-3.40.0.ebuild X-VCS-Directories: dev-util/gnome-builder/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bcecc2e44f43b99fa7ad51e0cae1a54a45734184 X-VCS-Branch: master Date: Thu, 29 Apr 2021 01:02:47 +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: 1c83bbbb-696c-45b1-9b67-56dff00621c9 X-Archives-Hash: 62b96de4fb2f22055b14bc57305628ce commit: bcecc2e44f43b99fa7ad51e0cae1a54a45734184 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 29 01:02:17 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 29 01:02:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcecc2e4 dev-util/gnome-builder: Raise glib dependency Closes: https://bugs.gentoo.org/785454 Signed-off-by: Matt Turner gentoo.org> dev-util/gnome-builder/gnome-builder-3.40.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gnome-builder/gnome-builder-3.40.0.ebuild b/dev-util/gnome-builder/gnome-builder-3.40.0.ebuild index 999cc0057a5..0723a1d7584 100644 --- a/dev-util/gnome-builder/gnome-builder-3.40.0.ebuild +++ b/dev-util/gnome-builder/gnome-builder-3.40.0.ebuild @@ -34,7 +34,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # TODO: automagic sysprof dep for tracing paths from toplevel meson.build RDEPEND=" >=dev-libs/libdazzle-3.37.0[introspection] - >=dev-libs/glib-2.65.0:2 + >=dev-libs/glib-2.67.4:2 >=x11-libs/gtk+-3.22.26:3[introspection] >=x11-libs/gtksourceview-4.0.0:4[introspection] >=dev-libs/json-glib-1.2.0