Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuev/
Date: Thu, 11 Aug 2022 14:04:29
Message-Id: 1660226500.b5688534d4834b1fb7dbcbe06a39655131f3112c.dlan@gentoo
1 commit: b5688534d4834b1fb7dbcbe06a39655131f3112c
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 14:01:40 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 14:01:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5688534
7
8 dev-libs/libuev: Keyword 2.4.0 arm64, #850538
9
10 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
11
12 dev-libs/libuev/libuev-2.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libuev/libuev-2.4.0.ebuild b/dev-libs/libuev/libuev-2.4.0.ebuild
16 index b181b2fb8849..011168732e7f 100644
17 --- a/dev-libs/libuev/libuev-2.4.0.ebuild
18 +++ b/dev-libs/libuev/libuev-2.4.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 ~arm64 ~x86"
31 IUSE="static-libs"
32
33 src_configure() {