Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fd/
Date: Tue, 01 Nov 2022 08:29:21
Message-Id: 1667291340.196081398b9f960c8b9426c1443b0a33ba680981.ago@gentoo
1 commit: 196081398b9f960c8b9426c1443b0a33ba680981
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 08:29:00 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 08:29:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19608139
7
8 sys-apps/fd: Stabilize 8.4.0 arm64, #878957
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 sys-apps/fd/fd-8.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/fd/fd-8.4.0.ebuild b/sys-apps/fd/fd-8.4.0.ebuild
16 index f7c7050bbaf2..9fe976f15b77 100644
17 --- a/sys-apps/fd/fd-8.4.0.ebuild
18 +++ b/sys-apps/fd/fd-8.4.0.ebuild
19 @@ -96,7 +96,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 ~x86"
24 +KEYWORDS="amd64 arm64 ppc64 ~x86"
25 IUSE=""
26
27 DEPEND="!elibc_musl? ( >=dev-libs/jemalloc-5.1.0:= )"