From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1AF1C13824A for ; Sun, 8 May 2016 17:42:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EE7621C051; Sun, 8 May 2016 17:41:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19E0D21C051 for ; Sun, 8 May 2016 17:41:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AB20340998 for ; Sun, 8 May 2016 17:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 361CA860 for ; Sun, 8 May 2016 17:41:53 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1462729233.d8a30e8da02ed42704e108081863d85e2237c2d6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/mc/mc-4.8.17.ebuild app-misc/mc/mc-9999.ebuild X-VCS-Directories: app-misc/mc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d8a30e8da02ed42704e108081863d85e2237c2d6 X-VCS-Branch: master Date: Sun, 8 May 2016 17:41:53 +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: d4a750c1-5526-4fe4-98ed-4c3f2e76f070 X-Archives-Hash: f627e82e4502ab10f6a709d572fa76e3 commit: d8a30e8da02ed42704e108081863d85e2237c2d6 Author: Yury V. Zaytsev shurup com> AuthorDate: Sun May 8 16:37:15 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun May 8 17:40:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a30e8d app-misc/mc: require glib-2.26.0:2 or higher Signed-off-by: Yury V. Zaytsev shurup.com> Signed-off-by: Sergei Trofimovich gentoo.org> app-misc/mc/mc-4.8.17.ebuild | 2 +- app-misc/mc/mc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/mc/mc-4.8.17.ebuild b/app-misc/mc/mc-4.8.17.ebuild index 408b5ce..9f28ddd 100644 --- a/app-misc/mc/mc-4.8.17.ebuild +++ b/app-misc/mc/mc-4.8.17.ebuild @@ -19,7 +19,7 @@ IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg" REQUIRED_USE="spell? ( edit )" -RDEPEND=">=dev-libs/glib-2.8:2 +RDEPEND=">=dev-libs/glib-2.26.0:2 gpm? ( sys-libs/gpm ) kernel_linux? ( sys-fs/e2fsprogs ) samba? ( net-fs/samba ) diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index 5db2b53..fae1c22 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.ebuild @@ -28,7 +28,7 @@ IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg" REQUIRED_USE="spell? ( edit )" -RDEPEND=">=dev-libs/glib-2.8:2 +RDEPEND=">=dev-libs/glib-2.26.0:2 gpm? ( sys-libs/gpm ) kernel_linux? ( sys-fs/e2fsprogs ) samba? ( net-fs/samba )