Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/
Date: Sun, 08 May 2016 17:42:00
Message-Id: 1462729233.d8a30e8da02ed42704e108081863d85e2237c2d6.slyfox@gentoo
1 commit: d8a30e8da02ed42704e108081863d85e2237c2d6
2 Author: Yury V. Zaytsev <yury <AT> shurup <DOT> com>
3 AuthorDate: Sun May 8 16:37:15 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 17:40:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a30e8d
7
8 app-misc/mc: require glib-2.26.0:2 or higher
9
10 Signed-off-by: Yury V. Zaytsev <yury <AT> shurup.com>
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 app-misc/mc/mc-4.8.17.ebuild | 2 +-
14 app-misc/mc/mc-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-misc/mc/mc-4.8.17.ebuild b/app-misc/mc/mc-4.8.17.ebuild
18 index 408b5ce..9f28ddd 100644
19 --- a/app-misc/mc/mc-4.8.17.ebuild
20 +++ b/app-misc/mc/mc-4.8.17.ebuild
21 @@ -19,7 +19,7 @@ IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg"
22
23 REQUIRED_USE="spell? ( edit )"
24
25 -RDEPEND=">=dev-libs/glib-2.8:2
26 +RDEPEND=">=dev-libs/glib-2.26.0:2
27 gpm? ( sys-libs/gpm )
28 kernel_linux? ( sys-fs/e2fsprogs )
29 samba? ( net-fs/samba )
30
31 diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild
32 index 5db2b53..fae1c22 100644
33 --- a/app-misc/mc/mc-9999.ebuild
34 +++ b/app-misc/mc/mc-9999.ebuild
35 @@ -28,7 +28,7 @@ IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg"
36
37 REQUIRED_USE="spell? ( edit )"
38
39 -RDEPEND=">=dev-libs/glib-2.8:2
40 +RDEPEND=">=dev-libs/glib-2.26.0:2
41 gpm? ( sys-libs/gpm )
42 kernel_linux? ( sys-fs/e2fsprogs )
43 samba? ( net-fs/samba )