Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fd/
Date: Sun, 07 Nov 2021 21:38:11
Message-Id: 1636321067.60fd805a5bc7181482405080bf0445d7b78468c8.sam@gentoo
1 commit: 60fd805a5bc7181482405080bf0445d7b78468c8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 21:37:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 21:37:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fd805a
7
8 sys-apps/fd: Stabilize 8.2.1 ppc64, #822279
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/fd/fd-8.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/fd/fd-8.2.1.ebuild b/sys-apps/fd/fd-8.2.1.ebuild
16 index d629e6af110..e1c28717f69 100644
17 --- a/sys-apps/fd/fd-8.2.1.ebuild
18 +++ b/sys-apps/fd/fd-8.2.1.ebuild
19 @@ -75,7 +75,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:= )"