Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-libs/weston/
Date: Tue, 28 Jan 2020 19:01:51
Message-Id: 1580238100.c134e51c8ae500ac1ccbbb51eb2edb5f1f274676.anarchy@gentoo
1 commit: c134e51c8ae500ac1ccbbb51eb2edb5f1f274676
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 19:01:40 2020 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 19:01:40 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c134e51c
7
8 dev-libs/weston: adjust cairo dep
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 dev-libs/weston/Manifest | 2 +-
14 dev-libs/weston/weston-3.0.0.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest
18 index 1f806da..e4a6d59 100644
19 --- a/dev-libs/weston/Manifest
20 +++ b/dev-libs/weston/Manifest
21 @@ -1 +1 @@
22 -DIST weston-3.0.0.tar.xz 1300340 SHA256 cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5 SHA512 b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58 WHIRLPOOL 8b46b199f40e51530c17f782a12e0a3a5b65bffebc090db0c9296454b0bdcb053c0dfd6de3d0c5150e2404ea87d49280c11a0475382e2350699ae27deb204383
23 +DIST weston-3.0.0.tar.xz 1300340 BLAKE2B 38b46ecca03ffee7832a561348cb1d6604db7e0add8b5629141ce61593ae250625d71c6716f02296157ea5a61764ff10561fa7ffc8f3c1426a4c86589b13b5c3 SHA512 b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58
24
25 diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0.ebuild
26 index f162456..f7046f4 100644
27 --- a/dev-libs/weston/weston-3.0.0.ebuild
28 +++ b/dev-libs/weston/weston-3.0.0.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 +# Copyright 1999-2020 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=6
35 @@ -76,7 +76,7 @@ RDEPEND="
36 )
37 xwayland? (
38 x11-base/xorg-server[wayland]
39 - x11-libs/cairo[xcb]
40 + x11-libs/cairo[X,xcb(+)]
41 >=x11-libs/libxcb-1.9
42 x11-libs/libXcursor
43 )