diff options
author | Sam James <sam@gentoo.org> | 2024-02-15 13:55:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-15 13:55:08 +0000 |
commit | f6573792d30ae007397db60de27ccc719aec804c (patch) | |
tree | baefe8f2697227b69bcd3289fbc64c8cd53102b1 /sys-apps | |
parent | sys-apps/fd: Stabilize 9.0.0 arm64, #924584 (diff) | |
download | gentoo-f6573792d30ae007397db60de27ccc719aec804c.tar.gz gentoo-f6573792d30ae007397db60de27ccc719aec804c.tar.bz2 gentoo-f6573792d30ae007397db60de27ccc719aec804c.zip |
sys-apps/fd: Stabilize 9.0.0 amd64, #924584
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fd/fd-9.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/fd/fd-9.0.0.ebuild b/sys-apps/fd/fd-9.0.0.ebuild index 014853c61698..b3b247272fc9 100644 --- a/sys-apps/fd/fd-9.0.0.ebuild +++ b/sys-apps/fd/fd-9.0.0.ebuild @@ -124,7 +124,7 @@ LICENSE="|| ( Apache-2.0 MIT )" # Dependent crate licenses LICENSE+=" MIT Unicode-DFS-2016" SLOT="0" -KEYWORDS="~amd64 arm64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64 x86" DEPEND="!elibc_musl? ( >=dev-libs/jemalloc-5.1.0:= )" RDEPEND="${DEPEND}" |