Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/
Date: Thu, 26 Nov 2015 10:52:21
Message-Id: 1448535045.5b89e1559c7a04b5d3cb80d19b79c82dd3767334.eva@gentoo
1 commit: 5b89e1559c7a04b5d3cb80d19b79c82dd3767334
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 26 10:18:26 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 10:50:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b89e155
7
8 x11-libs/gtk+: raise minimum libXrandr dependency to 1.5
9
10 Package-Manager: portage-2.2.25
11
12 x11-libs/gtk+/gtk+-3.18.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-libs/gtk+/gtk+-3.18.5.ebuild b/x11-libs/gtk+/gtk+-3.18.5.ebuild
16 index 0e6b013..d267068 100644
17 --- a/x11-libs/gtk+/gtk+-3.18.5.ebuild
18 +++ b/x11-libs/gtk+/gtk+-3.18.5.ebuild
19 @@ -50,7 +50,7 @@ COMMON_DEPEND="
20 x11-libs/libX11[${MULTILIB_USEDEP}]
21 >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
22 x11-libs/libXext[${MULTILIB_USEDEP}]
23 - >=x11-libs/libXrandr-1.3[${MULTILIB_USEDEP}]
24 + >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}]
25 x11-libs/libXcursor[${MULTILIB_USEDEP}]
26 x11-libs/libXfixes[${MULTILIB_USEDEP}]
27 x11-libs/libXcomposite[${MULTILIB_USEDEP}]