diff options
author | Sam James <sam@gentoo.org> | 2024-03-22 03:55:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-22 03:55:21 +0000 |
commit | 490b5ed6d1959b79f5394162895b4876cc2193d6 (patch) | |
tree | 6878fc7be8fdff26ad876312dd9461e77934aeb6 /dev-java/concurrentlinkedhashmap-lru | |
parent | dev-java/osgi-service-subsystem: Keyword 1.1.0 arm, #927195 (diff) | |
download | gentoo-490b5ed6d1959b79f5394162895b4876cc2193d6.tar.gz gentoo-490b5ed6d1959b79f5394162895b4876cc2193d6.tar.bz2 gentoo-490b5ed6d1959b79f5394162895b4876cc2193d6.zip |
dev-java/concurrentlinkedhashmap-lru: Keyword 1.4.2 arm, #927195
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/concurrentlinkedhashmap-lru')
-rw-r--r-- | dev-java/concurrentlinkedhashmap-lru/concurrentlinkedhashmap-lru-1.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/concurrentlinkedhashmap-lru/concurrentlinkedhashmap-lru-1.4.2.ebuild b/dev-java/concurrentlinkedhashmap-lru/concurrentlinkedhashmap-lru-1.4.2.ebuild index 1cc5901e7454..d0e2ecd24023 100644 --- a/dev-java/concurrentlinkedhashmap-lru/concurrentlinkedhashmap-lru-1.4.2.ebuild +++ b/dev-java/concurrentlinkedhashmap-lru/concurrentlinkedhashmap-lru-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN%lru}${P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" CP_DEPEND="dev-java/jsr305:0" |