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 CBDA4139694 for ; Fri, 14 Jul 2017 08:52:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39A6C1FC03D; Fri, 14 Jul 2017 08:52:10 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F4211FC043 for ; Fri, 14 Jul 2017 08:52:09 +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 AA4253418E3 for ; Fri, 14 Jul 2017 08:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17F0E74B3 for ; Fri, 14 Jul 2017 08:52:07 +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: <1500022239.1b5ec62fc2cc691b7d3c0c9fe8f69fff30ba6c59.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gjs/gjs-1.48.2.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 1b5ec62fc2cc691b7d3c0c9fe8f69fff30ba6c59 X-VCS-Branch: master Date: Fri, 14 Jul 2017 08:52:07 +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: 13bf227d-d69f-405c-98b9-11f4eaf0c0b0 X-Archives-Hash: 421f837a1c7cd22f9b7f1ffa2fd8cd67 commit: 1b5ec62fc2cc691b7d3c0c9fe8f69fff30ba6c59 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jul 14 04:08:25 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jul 14 08:50:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5ec62f dev-libs/gjs: fix gtk+ minimum dependency configure.ac now checks for >=3.20, of course in practice this doesn't matter much, as we don't have older. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/gjs/gjs-1.48.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gjs/gjs-1.48.2.ebuild b/dev-libs/gjs/gjs-1.48.2.ebuild index a2213d9eac0..b34a1a1039c 100644 --- a/dev-libs/gjs/gjs-1.48.2.ebuild +++ b/dev-libs/gjs/gjs-1.48.2.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-lang/spidermonkey:38 virtual/libffi cairo? ( x11-libs/cairo[X] ) - gtk? ( x11-libs/gtk+:3 ) + gtk? ( >=x11-libs/gtk+-3.20:3 ) " DEPEND="${RDEPEND} gnome-base/gnome-common