Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Sat, 07 May 2022 18:28:58
Message-Id: 1651948113.af1895a6e75fb154dc6f7578a4a1aad314d8241a.arthurzam@gentoo
1 commit: af1895a6e75fb154dc6f7578a4a1aad314d8241a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 18:28:33 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 18:28:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1895a6
7
8 dev-libs/weston: Keyword 10.0.0 ppc, #838709
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-libs/weston/weston-10.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/weston/weston-10.0.0.ebuild b/dev-libs/weston/weston-10.0.0.ebuild
16 index 89871898219b..9ff583042d12 100644
17 --- a/dev-libs/weston/weston-10.0.0.ebuild
18 +++ b/dev-libs/weston/weston-10.0.0.ebuild
19 @@ -19,7 +19,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 ppc64 ~riscv x86"
24 + KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
25 fi
26
27 LICENSE="MIT CC-BY-SA-3.0"