From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1717565-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 756A91582EF for <garchives@archives.gentoo.org>; Thu, 13 Feb 2025 14:43:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5D8E1343083 for <garchives@archives.gentoo.org>; Thu, 13 Feb 2025 14:43:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 60D9211042D; Thu, 13 Feb 2025 14:43:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 55FCC11042D for <gentoo-commits@lists.gentoo.org>; Thu, 13 Feb 2025 14:43:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09986343083 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Feb 2025 14:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 655EC2654 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Feb 2025 14:43:31 +0000 (UTC) From: "Pedro Arizmendi" <dwosky@pm.me> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pedro Arizmendi" <dwosky@pm.me> Message-ID: <1739457623.afeec516bf45b57a0dce9e35d46b4978fcad9910.dwosky@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/autofirma/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/autofirma/autofirma-1.8.3-r1.ebuild app-crypt/autofirma/autofirma-1.8.3.ebuild X-VCS-Directories: app-crypt/autofirma/ X-VCS-Committer: dwosky X-VCS-Committer-Name: Pedro Arizmendi X-VCS-Revision: afeec516bf45b57a0dce9e35d46b4978fcad9910 X-VCS-Branch: dev Date: Thu, 13 Feb 2025 14:43:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d74643b9-5b16-483c-92e2-b12d302a4a17 X-Archives-Hash: 70f22a4cec36d485171cae800bf63a84 commit: afeec516bf45b57a0dce9e35d46b4978fcad9910 Author: Pedro Arizmendi <dwosky <AT> pm <DOT> me> AuthorDate: Thu Feb 13 14:40:23 2025 +0000 Commit: Pedro Arizmendi <dwosky <AT> pm <DOT> me> CommitDate: Thu Feb 13 14:40:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afeec516 app-crypt/autofirma: Updated JRE version The documentation states that the Java version required is 11, so we can bump this one to JRE11. Signed-off-by: Pedro Arizmendi <dwosky <AT> pm.me> .../autofirma/{autofirma-1.8.3.ebuild => autofirma-1.8.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/autofirma/autofirma-1.8.3.ebuild b/app-crypt/autofirma/autofirma-1.8.3-r1.ebuild similarity index 95% rename from app-crypt/autofirma/autofirma-1.8.3.ebuild rename to app-crypt/autofirma/autofirma-1.8.3-r1.ebuild index 0e5c3753f..9f65552c0 100644 --- a/app-crypt/autofirma/autofirma-1.8.3.ebuild +++ b/app-crypt/autofirma/autofirma-1.8.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ LICENSE="|| ( GPL-2 EUPL-1.1 )" SLOT="0" KEYWORDS="~amd64" -RDEPEND="virtual/jre:1.8" +RDEPEND="virtual/jre:11" BDEPEND="app-arch/unzip" pkg_nofetch() {