Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Sat, 15 May 2021 01:59:15
Message-Id: 1621043943.ff557de6d985ff685c82826790affbd2c13aee9b.sam@gentoo
1 commit: ff557de6d985ff685c82826790affbd2c13aee9b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 01:59:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 01:59:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff557de6
7
8 dev-libs/weston: Keyword 9.0.0 ppc64, #787269
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/weston/weston-9.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/weston/weston-9.0.0.ebuild b/dev-libs/weston/weston-9.0.0.ebuild
16 index ff6a7c80323..0cd0e4d86e4 100644
17 --- a/dev-libs/weston/weston-9.0.0.ebuild
18 +++ b/dev-libs/weston/weston-9.0.0.ebuild
19 @@ -18,7 +18,7 @@ if [[ ${PV} = *9999* ]]; then
20 SRC_URI="${SRC_PATCHES}"
21 else
22 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
23 - KEYWORDS="amd64 arm ~arm64 x86"
24 + KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
25 fi
26
27 LICENSE="MIT CC-BY-SA-3.0"