diff options
author | Sam James <sam@gentoo.org> | 2024-08-29 20:39:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-29 20:39:46 +0100 |
commit | 70e2dce1ab4c4e89898af48b3303922fee8e4053 (patch) | |
tree | 95594983be7f685cee352d5f5f908cb9160672d5 /dev-libs/libfstrcmp | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 6.1.107 (diff) | |
download | gentoo-70e2dce1ab4c4e89898af48b3303922fee8e4053.tar.gz gentoo-70e2dce1ab4c4e89898af48b3303922fee8e4053.tar.bz2 gentoo-70e2dce1ab4c4e89898af48b3303922fee8e4053.zip |
dev-libs/libfstrcmp: Stabilize 0.7-r3 arm64, #926358
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libfstrcmp')
-rw-r--r-- | dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild index 658767df2545..94a32d8bbb0c 100644 --- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild +++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/fstrcmp-${PV}.D001" LICENSE="GPL-3+" SLOT="0" IUSE="doc static-libs test" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86" BDEPEND=" sys-apps/groff |