Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libGLw/
Date: Thu, 02 Jun 2016 11:38:35
Message-Id: 1464867472.c077c9bac7d569bded0100fb7d03c3e533a8b133.chithanh@gentoo
1 commit: c077c9bac7d569bded0100fb7d03c3e533a8b133
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 11:37:52 2016 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 11:37:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c077c9ba
7
8 x11-libs/libGLw: depend on proper slot of x11-libs/motif
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=584776
11
12 Package-Manager: portage-2.2.28
13
14 x11-libs/libGLw/libGLw-8.0.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/libGLw/libGLw-8.0.0.ebuild b/x11-libs/libGLw/libGLw-8.0.0.ebuild
18 index 9858389..2646ad1 100644
19 --- a/x11-libs/libGLw/libGLw-8.0.0.ebuild
20 +++ b/x11-libs/libGLw/libGLw-8.0.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -21,7 +21,7 @@ RDEPEND="
28 !media-libs/mesa[motif]
29 x11-libs/libX11
30 x11-libs/libXt
31 - x11-libs/motif
32 + x11-libs/motif:0
33 virtual/opengl"
34 DEPEND="${RDEPEND}
35 virtual/pkgconfig"