Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-libs/weston/
Date: Sat, 29 Dec 2018 19:39:26
Message-Id: 1546112348.f9153a3eca771bf565550920170b582c78f22839.blueness@gentoo
1 commit: f9153a3eca771bf565550920170b582c78f22839
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 19:37:39 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 19:39:08 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=f9153a3e
7
8 Revert "dev-libs/weston: stable"
9
10 This reverts commit f863a2eb2d97bac140d8130122d13f6db4581a22.
11
12 There is still a problem with <error.h>
13
14 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
15
16 dev-libs/weston/Manifest | 2 +-
17 dev-libs/weston/weston-3.0.0.ebuild | 4 ++--
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest
21 index cf7ecfe..10c7bcf 100644
22 --- a/dev-libs/weston/Manifest
23 +++ b/dev-libs/weston/Manifest
24 @@ -1,2 +1,2 @@
25 DIST weston-1.11.0.tar.xz 1242244 SHA256 05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125 SHA512 30c43058aeca2d90d8c57ee3beb824aa42474eb2d0fa942622949b49c7771eb5d8d9c452d496a13950baabffef3c343d7386821778ae931939039fab2f782ad5 WHIRLPOOL 5e76484c1413ddc14c426c80845790e6b636bb2d827188563ca9b41f23ca4afd6cf20c8a743c0ff1b6c09d371c3e6988d0e9765333660aeb8723ddf62208b876
26 -DIST weston-3.0.0.tar.xz 1300340 BLAKE2B 38b46ecca03ffee7832a561348cb1d6604db7e0add8b5629141ce61593ae250625d71c6716f02296157ea5a61764ff10561fa7ffc8f3c1426a4c86589b13b5c3 SHA512 b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58
27 +DIST weston-3.0.0.tar.xz 1300340 SHA256 cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5 SHA512 b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58 WHIRLPOOL 8b46b199f40e51530c17f782a12e0a3a5b65bffebc090db0c9296454b0bdcb053c0dfd6de3d0c5150e2404ea87d49280c11a0475382e2350699ae27deb204383
28
29 diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0.ebuild
30 index 8f74396..f162456 100644
31 --- a/dev-libs/weston/weston-3.0.0.ebuild
32 +++ b/dev-libs/weston/weston-3.0.0.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2018 Gentoo Authors
35 +# Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 @@ -19,7 +19,7 @@ if [[ $PV = 9999* ]]; then
40 KEYWORDS=""
41 else
42 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
43 - KEYWORDS="amd64 arm ~arm64 x86"
44 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
45 fi
46
47 LICENSE="MIT CC-BY-SA-3.0"