diff options
author | Sam James <sam@gentoo.org> | 2024-02-09 02:21:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-09 02:21:09 +0000 |
commit | 3648c28500e752f717876746268e591e9ff0859c (patch) | |
tree | d42b6efdadf950975fe63e100779f38e3f057397 /dev-perl | |
parent | dev-perl/Proc-ProcessTable: Stabilize 0.635.0 arm64, #924124 (diff) | |
download | gentoo-3648c28500e752f717876746268e591e9ff0859c.tar.gz gentoo-3648c28500e752f717876746268e591e9ff0859c.tar.bz2 gentoo-3648c28500e752f717876746268e591e9ff0859c.zip |
dev-perl/Sort-Naturally: Stabilize 1.30.0-r2 arm64, #924124
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sort-Naturally/Sort-Naturally-1.30.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Sort-Naturally/Sort-Naturally-1.30.0-r2.ebuild b/dev-perl/Sort-Naturally/Sort-Naturally-1.30.0-r2.ebuild index fc0b6f51f816..bad38117032d 100644 --- a/dev-perl/Sort-Naturally/Sort-Naturally-1.30.0-r2.ebuild +++ b/dev-perl/Sort-Naturally/Sort-Naturally-1.30.0-r2.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 @@ -10,4 +10,4 @@ inherit perl-module DESCRIPTION="sort lexically, but sort numeral parts numerically" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" |