Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fd/
Date: Sun, 07 Nov 2021 13:35:12
Message-Id: 1636292098.9fd29d4547e86b34778cba0a17e4c02dc00134e7.jsmolic@gentoo
1 commit: 9fd29d4547e86b34778cba0a17e4c02dc00134e7
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 13:34:58 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 13:34:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd29d45
7
8 sys-apps/fd: Stabilize 8.2.1 amd64, #822279
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sys-apps/fd/fd-8.2.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/fd/fd-8.2.1.ebuild b/sys-apps/fd/fd-8.2.1.ebuild
16 index 4d2bf148c6e..d629e6af110 100644
17 --- a/sys-apps/fd/fd-8.2.1.ebuild
18 +++ b/sys-apps/fd/fd-8.2.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -75,7 +75,7 @@ SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
26
27 LICENSE="Apache-2.0 BSD-2 ISC MIT Unlicense"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
30 +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
31 IUSE=""
32
33 DEPEND="!elibc_musl? ( >=dev-libs/jemalloc-5.1.0:= )"