Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libva: libva-1.2.1-r1.ebuild libva-9999.ebuild ChangeLog
Date: Thu, 06 Feb 2014 15:59:06
Message-Id: 20140206155902.177F82004B@flycatcher.gentoo.org
1 axs 14/02/06 15:59:02
2
3 Modified: libva-1.2.1-r1.ebuild libva-9999.ebuild ChangeLog
4 Log:
5 fix missing multilib usedep on virtual/opengl, for libva-1.2.1 and libva-9999 ebuilds
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
8
9 Revision Changes Path
10 1.2 x11-libs/libva/libva-1.2.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.2.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.2.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.2.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: libva-1.2.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.2.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libva-1.2.1-r1.ebuild 1 Feb 2014 15:24:22 -0000 1.1
23 +++ libva-1.2.1-r1.ebuild 6 Feb 2014 15:59:01 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.2.1-r1.ebuild,v 1.1 2014/02/01 15:24:22 axs Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.2.1-r1.ebuild,v 1.2 2014/02/06 15:59:01 axs Exp $
29
30 EAPI=5
31
32 @@ -45,7 +45,7 @@
33 x11-libs/libXfixes[${MULTILIB_USEDEP}]
34 )
35 egl? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] )
36 - opengl? ( virtual/opengl )
37 + opengl? ( virtual/opengl[${MULTILIB_USEDEP}] )
38 wayland? ( >=dev-libs/wayland-1[${MULTILIB_USEDEP}] )"
39
40 DEPEND="${RDEPEND}
41
42
43
44 1.20 x11-libs/libva/libva-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?rev=1.20&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?rev=1.20&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?r1=1.19&r2=1.20
49
50 Index: libva-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v
53 retrieving revision 1.19
54 retrieving revision 1.20
55 diff -u -r1.19 -r1.20
56 --- libva-9999.ebuild 1 Feb 2014 15:24:22 -0000 1.19
57 +++ libva-9999.ebuild 6 Feb 2014 15:59:01 -0000 1.20
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.19 2014/02/01 15:24:22 axs Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.20 2014/02/06 15:59:01 axs Exp $
63
64 EAPI=5
65
66 @@ -45,7 +45,7 @@
67 x11-libs/libXfixes[${MULTILIB_USEDEP}]
68 )
69 egl? ( media-libs/mesa[egl,${MULTILIB_USEDEP}] )
70 - opengl? ( virtual/opengl )
71 + opengl? ( virtual/opengl[${MULTILIB_USEDEP}] )
72 wayland? ( >=dev-libs/wayland-1[${MULTILIB_USEDEP}] )"
73
74 DEPEND="${RDEPEND}
75
76
77
78 1.56 x11-libs/libva/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.56&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.56&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?r1=1.55&r2=1.56
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
87 retrieving revision 1.55
88 retrieving revision 1.56
89 diff -u -r1.55 -r1.56
90 --- ChangeLog 1 Feb 2014 15:24:22 -0000 1.55
91 +++ ChangeLog 6 Feb 2014 15:59:01 -0000 1.56
92 @@ -1,6 +1,11 @@
93 # ChangeLog for x11-libs/libva
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.55 2014/02/01 15:24:22 axs Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.56 2014/02/06 15:59:01 axs Exp $
97 +
98 + 06 Feb 2014; Ian Stakenvicius (_AxS_) <axs@g.o> libva-1.2.1-r1.ebuild,
99 + libva-9999.ebuild:
100 + fix missing multilib usedep on virtual/opengl, for libva-1.2.1 and libva-9999
101 + ebuilds
102
103 *libva-1.2.0-r1 (01 Feb 2014)
104 *libva-1.2.1-r1 (01 Feb 2014)