diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 20:14:29 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-20 20:14:35 -0800 |
commit | a54374038ebd21417ee7596a651b0e9f210cbd51 (patch) | |
tree | bb3a435a719c7b97403890e5c1ac2eb59948c147 /sys-apps/fd | |
parent | app-arch/dpkg: fix typo on new version (diff) | |
download | gentoo-a54374038ebd21417ee7596a651b0e9f210cbd51.tar.gz gentoo-a54374038ebd21417ee7596a651b0e9f210cbd51.tar.bz2 gentoo-a54374038ebd21417ee7596a651b0e9f210cbd51.zip |
sys-apps/fd: fix keywords in 8.3.0 for ~x86
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps/fd')
-rw-r--r-- | sys-apps/fd/fd-8.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/fd/fd-8.3.0.ebuild b/sys-apps/fd/fd-8.3.0.ebuild index a761a86d97f9..1f567452eda7 100644 --- a/sys-apps/fd/fd-8.3.0.ebuild +++ b/sys-apps/fd/fd-8.3.0.ebuild @@ -86,7 +86,7 @@ SRC_URI="https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0 BSD-2 ISC MIT Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~<F24><F25>x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="" DEPEND="!elibc_musl? ( >=dev-libs/jemalloc-5.1.0:= )" |