diff options
author | Sam James <sam@gentoo.org> | 2024-02-12 08:54:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-12 08:54:20 +0000 |
commit | e3183ffaebbe561e455c4788375466d48e0fc74c (patch) | |
tree | 451beca286956dcf935a52a00e9d594a29bb7c9d /dev-perl/Syntax-Keyword-Try | |
parent | app-text/po4a: Stabilize 0.69 arm64, #924284 (diff) | |
download | gentoo-e3183ffaebbe561e455c4788375466d48e0fc74c.tar.gz gentoo-e3183ffaebbe561e455c4788375466d48e0fc74c.tar.bz2 gentoo-e3183ffaebbe561e455c4788375466d48e0fc74c.zip |
dev-perl/Syntax-Keyword-Try: Stabilize 0.280.0 arm64, #924284
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Syntax-Keyword-Try')
-rw-r--r-- | dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.280.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.280.0.ebuild b/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.280.0.ebuild index 279cbdc4c99a..e7cd3a77027a 100644 --- a/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.280.0.ebuild +++ b/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.280.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="a try/catch/finally syntax for Perl" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND="dev-perl/XS-Parse-Keyword" BDEPEND="${RDEPEND} |