Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Sun, 30 Aug 2015 20:00:27
Message-Id: 1440965074.2b4547723cd1267c4d2bdaec63cef6860ccf4315.mattst88@gentoo
1 commit: 2b4547723cd1267c4d2bdaec63cef6860ccf4315
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 19:44:58 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 20:04:34 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b454772
7
8 dev-libs/weston: Remove media-libs/glu dependency from 9999 ebuild.
9
10 Upstream commit
11
12 commit 0a9d348fd8e9672185dfebefd52e3dfeaa8c68cd
13 Author: Pekka Paalanen <pekka.paalanen <AT> collabora.co.uk>
14 Date: Tue Apr 14 10:25:33 2015 +0300
15
16 Remove weston-screensaver
17
18 removed the dependency.
19
20 dev-libs/weston/weston-9999.ebuild | 1 -
21 1 file changed, 1 deletion(-)
22
23 diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
24 index 51191e0..0c32e69 100644
25 --- a/dev-libs/weston/weston-9999.ebuild
26 +++ b/dev-libs/weston/weston-9999.ebuild
27 @@ -62,7 +62,6 @@ RDEPEND="
28 >=virtual/udev-136
29 )
30 egl? (
31 - media-libs/glu
32 media-libs/mesa[gles2,wayland]
33 )
34 editor? ( x11-libs/pango )