diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 06:28:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 06:28:24 +0000 |
commit | eeef4738252ef4c681a500de7b53c16674bd6d95 (patch) | |
tree | 0153468a535afd867cbe7bf71c59904211b1e8ae /app-crypt/jacksum | |
parent | dev-python/aiohappyeyeballs: Keyword 2.3.1 ppc, #921513 (diff) | |
download | gentoo-eeef4738252ef4c681a500de7b53c16674bd6d95.tar.gz gentoo-eeef4738252ef4c681a500de7b53c16674bd6d95.tar.bz2 gentoo-eeef4738252ef4c681a500de7b53c16674bd6d95.zip |
app-crypt/jacksum: Stabilize 3.7.0 amd64, #921514
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/jacksum')
-rw-r--r-- | app-crypt/jacksum/jacksum-3.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/jacksum/jacksum-3.7.0.ebuild b/app-crypt/jacksum/jacksum-3.7.0.ebuild index 98fd7ec88249..02e4a8d590d4 100644 --- a/app-crypt/jacksum/jacksum-3.7.0.ebuild +++ b/app-crypt/jacksum/jacksum-3.7.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 @@ -15,7 +15,7 @@ S="${WORKDIR}/${P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND=">=virtual/jdk-11:*" RDEPEND=">=virtual/jre-11:*" |