diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:37:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:25 +0300 |
commit | eb4426d527079bd34df0348abd01c3671de1f96a (patch) | |
tree | 61553b532289c4eef01ad298062562d2e9a3c42c /dev-java/hashcash | |
parent | dev-java/hamcrest-library: dekeyword arm (diff) | |
download | gentoo-eb4426d527079bd34df0348abd01c3671de1f96a.tar.gz gentoo-eb4426d527079bd34df0348abd01c3671de1f96a.tar.bz2 gentoo-eb4426d527079bd34df0348abd01c3671de1f96a.zip |
dev-java/hashcash: dekeyword arm
After a message to gentoo-dev ML, and no reply from any user on arm,
we decided to dekeyword most Java packages from arm.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/hashcash')
-rw-r--r-- | dev-java/hashcash/hashcash-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/hashcash/hashcash-1.1.ebuild b/dev-java/hashcash/hashcash-1.1.ebuild index 5c93c554d7e5..403fb527195c 100644 --- a/dev-java/hashcash/hashcash-1.1.ebuild +++ b/dev-java/hashcash/hashcash-1.1.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 @@ -13,7 +13,7 @@ SRC_URI="https://www.nettgryppa.com/code/HashCash.java" LICENSE="GregoryRubin" SLOT="1" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |