Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Sun, 06 May 2018 12:26:27
Message-Id: 1525609192.f5889c0749e5a2f6cd7fd76d07a7bf00b2a49a7c.zlogene@gentoo
1 commit: f5889c0749e5a2f6cd7fd76d07a7bf00b2a49a7c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 6 12:19:52 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 6 12:19:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5889c07
7
8 dev-libs/weston: amd64 stable wrt bug #649316
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-libs/weston/weston-3.0.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0.ebuild
16 index 01cec086558..0fc2ee82083 100644
17 --- a/dev-libs/weston/weston-3.0.0.ebuild
18 +++ b/dev-libs/weston/weston-3.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -16,10 +16,10 @@ HOMEPAGE="https://wayland.freedesktop.org/"
26
27 if [[ $PV = 9999* ]]; then
28 SRC_URI="${SRC_PATCHES}"
29 - KEYWORDS=""
30 + KEYWORDS="amd64"
31 else
32 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
33 - KEYWORDS="~amd64 ~arm ~x86 ~arm-linux"
34 + KEYWORDS="amd64 ~arm ~x86 ~arm-linux"
35 fi
36
37 LICENSE="MIT CC-BY-SA-3.0"