Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/3dfb: ChangeLog 3dfb-0.6.1-r1.ebuild
Date: Wed, 25 Jun 2014 06:18:49
Message-Id: 20140625061845.752752004E@flycatcher.gentoo.org
1 pinkbyte 14/06/25 06:18:45
2
3 Modified: ChangeLog 3dfb-0.6.1-r1.ebuild
4 Log:
5 Add missing dependency on x11-libs/libXmu, wrt bug #514998. Thanks to Patrick Lauer for discovering this issue
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.14 x11-misc/3dfb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 13 Mar 2014 09:04:35 -0000 1.13
23 +++ ChangeLog 25 Jun 2014 06:18:45 -0000 1.14
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-misc/3dfb
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v 1.13 2014/03/13 09:04:35 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/ChangeLog,v 1.14 2014/06/25 06:18:45 pinkbyte Exp $
29 +
30 + 25 Jun 2014; Sergey Popov <pinkbyte@g.o> 3dfb-0.6.1-r1.ebuild:
31 + Add missing dependency on x11-libs/libXmu, wrt bug #514998. Thanks to Patrick
32 + Lauer for discovering this issue
33
34 13 Mar 2014; Sergey Popov <pinkbyte@g.o> -3dfb-0.6.1.ebuild,
35 3dfb-0.6.1-r1.ebuild:
36
37
38
39 1.3 x11-misc/3dfb/3dfb-0.6.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: 3dfb-0.6.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- 3dfb-0.6.1-r1.ebuild 13 Mar 2014 09:04:35 -0000 1.2
52 +++ 3dfb-0.6.1-r1.ebuild 25 Jun 2014 06:18:45 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v 1.2 2014/03/13 09:04:35 pinkbyte Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild,v 1.3 2014/06/25 06:18:45 pinkbyte Exp $
58
59 EAPI=5
60
61 @@ -16,7 +16,8 @@
62
63 RDEPEND="dev-libs/glib:2
64 media-libs/freeglut
65 - virtual/opengl"
66 + virtual/opengl
67 + x11-libs/libXmu"
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig"