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-cpp/highway/
Date: Mon, 28 Nov 2022 07:59:01
Message-Id: 1669622298.cf2a1ddb231733d95ab1410d24b2fa7434a1994f.xen0n@gentoo
1 commit: cf2a1ddb231733d95ab1410d24b2fa7434a1994f
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 12:42:13 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 07:58:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2a1ddb
7
8 dev-cpp/highway: forward ~loong
9
10 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
11
12 dev-cpp/highway/highway-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/highway/highway-9999.ebuild b/dev-cpp/highway/highway-9999.ebuild
16 index 2aa240199304..fa85ceaf4334 100644
17 --- a/dev-cpp/highway/highway-9999.ebuild
18 +++ b/dev-cpp/highway/highway-9999.ebuild
19 @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999* ]]; then
20 EGIT_REPO_URI="https://github.com/google/highway.git"
21 else
22 SRC_URI="https://github.com/google/highway/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
25 fi
26
27 LICENSE="Apache-2.0"