commit: 8f1ca428f7cac1cca006b560f38e3593e659c1ad Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Dec 17 14:23:52 2023 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Dec 17 14:23:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1ca428
dev-perl/Shell-EnvImporter: keyword 1.70.0-r3 for ~arm64 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild index cbfcbc07538d..62970a2e0e85 100644 --- a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild +++ b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Import environment variable changes from external commands or shell scripts" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND=" >=dev-perl/Class-MethodMaker-2