Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/wayland: wayland-1.2.1-r1.ebuild ChangeLog
Date: Tue, 31 Dec 2013 18:11:19
Message-Id: 20131231181114.989A62004C@flycatcher.gentoo.org
1 mattst88 13/12/31 18:11:14
2
3 Modified: wayland-1.2.1-r1.ebuild ChangeLog
4 Log:
5 Add missing MULTILIB_USEDEP to dependencies.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
8
9 Revision Changes Path
10 1.2 dev-libs/wayland/wayland-1.2.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.2.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.2.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.2.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: wayland-1.2.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.2.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wayland-1.2.1-r1.ebuild 21 Sep 2013 17:08:53 -0000 1.1
23 +++ wayland-1.2.1-r1.ebuild 31 Dec 2013 18:11:14 -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/dev-libs/wayland/wayland-1.2.1-r1.ebuild,v 1.1 2013/09/21 17:08:53 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.2.1-r1.ebuild,v 1.2 2013/12/31 18:11:14 mattst88 Exp $
29
30 EAPI=5
31
32 @@ -28,8 +28,8 @@
33 SLOT="0"
34 IUSE="doc static-libs"
35
36 -RDEPEND="dev-libs/expat
37 - virtual/libffi"
38 +RDEPEND="dev-libs/expat[${MULTILIB_USEDEP}]
39 + virtual/libffi[${MULTILIB_USEDEP}]"
40 DEPEND="${RDEPEND}
41 doc? ( app-doc/doxygen )
42 virtual/pkgconfig"
43
44
45
46 1.31 dev-libs/wayland/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.31&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.31&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.30&r2=1.31
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v
55 retrieving revision 1.30
56 retrieving revision 1.31
57 diff -u -r1.30 -r1.31
58 --- ChangeLog 8 Oct 2013 05:01:59 -0000 1.30
59 +++ ChangeLog 31 Dec 2013 18:11:14 -0000 1.31
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-libs/wayland
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.30 2013/10/08 05:01:59 ago Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.31 2013/12/31 18:11:14 mattst88 Exp $
65 +
66 + 31 Dec 2013; Matt Turner <mattst88@g.o> wayland-1.2.1-r1.ebuild:
67 + Add missing MULTILIB_USEDEP to dependencies.
68
69 08 Oct 2013; Agostino Sarubbo <ago@g.o> wayland-1.2.1.ebuild:
70 Stable for x86, wrt bug #475480