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 0E5F1158087 for ; Sun, 17 Oct 2021 11:36:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACA31E091B; Sun, 17 Oct 2021 11:36:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C5C9E0905 for ; Sun, 17 Oct 2021 11:36:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12DC3342E9B for ; Sun, 17 Oct 2021 11:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E70BD3 for ; Sun, 17 Oct 2021 11:36:49 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1634470292.7202327dcad90bbfda8c8a08d2848c4466a62654.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/amtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/amtk/amtk-5.2.0.ebuild X-VCS-Directories: gui-libs/amtk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7202327dcad90bbfda8c8a08d2848c4466a62654 X-VCS-Branch: master Date: Sun, 17 Oct 2021 11:36:49 +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: 00680a46-92ef-446d-a115-9ce13b14725c X-Archives-Hash: b4d20a976dbd83d8b676c860a99ea7c7 commit: 7202327dcad90bbfda8c8a08d2848c4466a62654 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Oct 17 10:38:35 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Oct 17 11:31:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7202327d gui-libs/amtk: fix glib min dep Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> gui-libs/amtk/amtk-5.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/amtk/amtk-5.2.0.ebuild b/gui-libs/amtk/amtk-5.2.0.ebuild index 543cc8fbb45..defa4d1a7d2 100644 --- a/gui-libs/amtk/amtk-5.2.0.ebuild +++ b/gui-libs/amtk/amtk-5.2.0.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="+introspection" RDEPEND=" - >=dev-libs/glib-2.52:2 + >=dev-libs/glib-2.56:2 >=x11-libs/gtk+-3.22:3 introspection? ( >=dev-libs/gobject-introspection-1.42:= ) "