Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Sun, 08 Mar 2020 10:37:46
Message-Id: 1583663836.caef4bd9087e9b1a548a31d28b18e0898e60cebf.ago@gentoo
1 commit: caef4bd9087e9b1a548a31d28b18e0898e60cebf
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 10:37:16 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 10:37:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caef4bd9
7
8 dev-libs/weston: x86 stable wrt bug #711820
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-libs/weston/weston-8.0.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/weston/weston-8.0.0.ebuild b/dev-libs/weston/weston-8.0.0.ebuild
18 index 28f88568de2..eab5a9c15f7 100644
19 --- a/dev-libs/weston/weston-8.0.0.ebuild
20 +++ b/dev-libs/weston/weston-8.0.0.ebuild
21 @@ -16,10 +16,10 @@ HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/waylan
22
23 if [[ $PV = 9999* ]]; then
24 SRC_URI="${SRC_PATCHES}"
25 - KEYWORDS="arm"
26 + KEYWORDS="arm x86"
27 else
28 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
29 - KEYWORDS="~amd64 arm ~x86"
30 + KEYWORDS="~amd64 arm x86"
31 fi
32
33 LICENSE="MIT CC-BY-SA-3.0"