Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glfw/
Date: Mon, 21 Sep 2015 15:38:54
Message-Id: 1442849916.37cfb07104a3cde37c486a3722cbd5e37487fb60.mr_bones_@gentoo
1 commit: 37cfb07104a3cde37c486a3722cbd5e37487fb60
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 15:38:36 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 15:38:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37cfb071
7
8 add x11-libs/libXcursor dep (bug #560552)
9
10 Package-Manager: portage-2.2.20.1
11
12 media-libs/glfw/glfw-3.1.1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/media-libs/glfw/glfw-3.1.1.ebuild b/media-libs/glfw/glfw-3.1.1.ebuild
16 index 58aac50..83ddf63 100644
17 --- a/media-libs/glfw/glfw-3.1.1.ebuild
18 +++ b/media-libs/glfw/glfw-3.1.1.ebuild
19 @@ -19,6 +19,7 @@ RDEPEND="x11-libs/libXrandr
20 x11-libs/libXi
21 x11-libs/libXxf86vm
22 x11-libs/libXinerama
23 + x11-libs/libXcursor
24 virtual/opengl"
25 DEPEND="${RDEPEND}
26 virtual/glu"