Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/
Date: Tue, 10 May 2022 01:35:27
Message-Id: 1652145673.d6b870adcf052ed1506025950f55bb9954b7be62.xen0n@gentoo
1 commit: d6b870adcf052ed1506025950f55bb9954b7be62
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 01:21:13 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 01:21:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b870ad
7
8 dev-libs/wayland-protocols: keyword 1.25 for ~loong
9
10 Tests currently cannot be built natively on loong, due to toolchain bug,
11 but the package only installs data files.
12
13 See: https://bugs.gentoo.org/843371
14 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
15
16 dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
20 index 6c937ab49bdd..242f37338ccf 100644
21 --- a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
22 +++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
23 @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then
24 inherit git-r3
25 else
26 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
27 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
28 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
29 fi
30
31 LICENSE="MIT"