Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: x11-libs/libGLw/
Date: Sun, 04 Mar 2012 09:38:25
Message-Id: 1330853872.79a99cc9299e028c462e8372befe70d4ea7de9a3.jlec@gentoo
1 commit: 79a99cc9299e028c462e8372befe70d4ea7de9a3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 4 09:37:52 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 4 09:37:52 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=79a99cc9
7
8 Add missing dep
9
10 (Portage version: 2.2.0_alpha89/git/Linux x86_64, signed Manifest commit with key 70EB7916)
11
12 ---
13 x11-libs/libGLw/ChangeLog | 3 +++
14 x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild | 5 +++--
15 2 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/libGLw/ChangeLog b/x11-libs/libGLw/ChangeLog
18 index 2af9698..03a064e 100644
19 --- a/x11-libs/libGLw/ChangeLog
20 +++ b/x11-libs/libGLw/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 04 Mar 2012; Justin Lecher <jlec@g.o> libGLw-1.0.0_pre120304.ebuild:
26 + Add missing dep
27 +
28 *libGLw-1.0.0_pre120304 (04 Mar 2012)
29
30 04 Mar 2012; Justin Lecher <jlec@g.o> +libGLw-1.0.0_pre120304.ebuild:
31
32 diff --git a/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild b/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild
33 index c0095be..d579e9b 100644
34 --- a/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild
35 +++ b/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild
36 @@ -19,9 +19,10 @@ IUSE="+motif static-libs"
37
38 RDEPEND="
39 !media-libs/mesa[motif]
40 - virtual/opengl
41 x11-libs/libX11
42 - x11-libs/libXt"
43 + x11-libs/libXt
44 + x11-libs/openmotif
45 + virtual/opengl"
46 DEPEND="${RDEPEND}
47 dev-util/pkgconfig"