Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-9.0.3.ebuild ChangeLog
Date: Sat, 23 Feb 2013 02:49:26
Message-Id: 20130223024921.ADBD22171E@flycatcher.gentoo.org
1 mattst88 13/02/23 02:49:21
2
3 Modified: mesa-9.0.3.ebuild ChangeLog
4 Log:
5 Drop unnecessary dependency on libdrm[libkms], bug 445488.
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
8
9 Revision Changes Path
10 1.2 media-libs/mesa/mesa-9.0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild?r1=1.1&r2=1.2
15
16 Index: mesa-9.0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mesa-9.0.3.ebuild 23 Feb 2013 02:44:55 -0000 1.1
23 +++ mesa-9.0.3.ebuild 23 Feb 2013 02:49:21 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v 1.1 2013/02/23 02:44:55 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v 1.2 2013/02/23 02:49:21 mattst88 Exp $
29
30 EAPI=4
31
32 @@ -84,10 +84,7 @@
33 gallium? ( app-admin/eselect-mesa )
34 >=app-admin/eselect-opengl-1.2.6
35 dev-libs/expat
36 - gbm? (
37 - virtual/udev
38 - x11-libs/libdrm[libkms]
39 - )
40 + gbm? ( virtual/udev )
41 >=x11-libs/libX11-1.3.99.901
42 x11-libs/libXdamage
43 x11-libs/libXext
44
45
46
47 1.461 media-libs/mesa/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.461&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.461&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.460&r2=1.461
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
56 retrieving revision 1.460
57 retrieving revision 1.461
58 diff -u -r1.460 -r1.461
59 --- ChangeLog 23 Feb 2013 02:44:55 -0000 1.460
60 +++ ChangeLog 23 Feb 2013 02:49:21 -0000 1.461
61 @@ -1,6 +1,9 @@
62 # ChangeLog for media-libs/mesa
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.460 2013/02/23 02:44:55 mattst88 Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.461 2013/02/23 02:49:21 mattst88 Exp $
66 +
67 + 23 Feb 2013; Matt Turner <mattst88@g.o> mesa-9.0.3.ebuild:
68 + Drop unnecessary dependency on libdrm[libkms], bug 445488.
69
70 *mesa-9.0.3 (23 Feb 2013)