diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 06:11:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 06:11:25 +0000 |
commit | bd151c087b082be54db99610c42e8b61fd0f42af (patch) | |
tree | 2926536372b0fc3c8844411a4ace8baa1a2343f6 /dev-java/stringtemplate | |
parent | dev-java/jctools-core: Stabilize 4.0.2 arm64, #919138 (diff) | |
download | gentoo-bd151c087b082be54db99610c42e8b61fd0f42af.tar.gz gentoo-bd151c087b082be54db99610c42e8b61fd0f42af.tar.bz2 gentoo-bd151c087b082be54db99610c42e8b61fd0f42af.zip |
dev-java/stringtemplate: Stabilize 4.3.4 arm64, #919457
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/stringtemplate')
-rw-r--r-- | dev-java/stringtemplate/stringtemplate-4.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/stringtemplate/stringtemplate-4.3.4.ebuild b/dev-java/stringtemplate/stringtemplate-4.3.4.ebuild index 9fff5776a1d3..d625b3433ee9 100644 --- a/dev-java/stringtemplate/stringtemplate-4.3.4.ebuild +++ b/dev-java/stringtemplate/stringtemplate-4.3.4.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 @@ -23,7 +23,7 @@ TARBALL_S="${S}/${PN}4-ST4-${PV}" LICENSE="BSD" SLOT="4" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris" CP_DEPEND=" dev-java/antlr-runtime:3.5 |