Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fd/
Date: Tue, 21 Dec 2021 04:15:04
Message-Id: 1640060075.a54374038ebd21417ee7596a651b0e9f210cbd51.gyakovlev@gentoo
1 commit: a54374038ebd21417ee7596a651b0e9f210cbd51
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 04:14:29 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 04:14:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5437403
7
8 sys-apps/fd: fix keywords in 8.3.0 for ~x86
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 sys-apps/fd/fd-8.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/fd/fd-8.3.0.ebuild b/sys-apps/fd/fd-8.3.0.ebuild
16 index a761a86d97f9..1f567452eda7 100644
17 --- a/sys-apps/fd/fd-8.3.0.ebuild
18 +++ b/sys-apps/fd/fd-8.3.0.ebuild
19 @@ -86,7 +86,7 @@ SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
20
21 LICENSE="Apache-2.0 BSD-2 ISC MIT Unlicense"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~<F24><F25>x86"
24 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
25 IUSE=""
26
27 DEPEND="!elibc_musl? ( >=dev-libs/jemalloc-5.1.0:= )"