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 7D3D8138334 for ; Wed, 12 Sep 2018 10:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A937E0B43; Wed, 12 Sep 2018 10:41:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4E9BAE0B43 for ; Wed, 12 Sep 2018 10:41:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D78BA335D0C for ; Wed, 12 Sep 2018 10:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F4F53D4 for ; Wed, 12 Sep 2018 10:41:08 +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: <1536748801.980b08e65b2e0d63ac986022a1a558a79577eb65.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-3.24.0.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 980b08e65b2e0d63ac986022a1a558a79577eb65 X-VCS-Branch: master Date: Wed, 12 Sep 2018 10:41:08 +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-Archives-Salt: 07f58a09-205f-4ece-a9e9-90eda482fa11 X-Archives-Hash: d2e0e724e7cc04bb82dd4fc9c9ffea88 commit: 980b08e65b2e0d63ac986022a1a558a79577eb65 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Sep 12 10:33:54 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Sep 12 10:40:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980b08e6 x11-libs/gtk+-3.24.0: fix minimum glib dep Closes: https://bugs.gentoo.org/665592 Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-libs/gtk+/gtk+-3.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/gtk+/gtk+-3.24.0.ebuild b/x11-libs/gtk+/gtk+-3.24.0.ebuild index ca759ea53d6..dfe5d458286 100644 --- a/x11-libs/gtk+/gtk+-3.24.0.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.0.ebuild @@ -27,7 +27,7 @@ RESTRICT="test" # bug #???? COMMON_DEPEND=" >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}] - >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.53.4:2[${MULTILIB_USEDEP}] media-libs/fontconfig[${MULTILIB_USEDEP}] >=media-libs/libepoxy-1.4[X(+)?,${MULTILIB_USEDEP}] >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]