From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D0441582EF for ; Sun, 23 Feb 2025 05:11:59 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3803E3432D5 for ; Sun, 23 Feb 2025 05:11:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7EB05110476; Sun, 23 Feb 2025 05:11:47 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7969F110474 for ; Sun, 23 Feb 2025 05:11:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 314263432BD for ; Sun, 23 Feb 2025 05:11:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EF252742 for ; Sun, 23 Feb 2025 05:11:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740287378.c597aa94319afa60d5f689af8b8b16d337a732da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/easy-rsa/easy-rsa-3.2.1.ebuild X-VCS-Directories: app-crypt/easy-rsa/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c597aa94319afa60d5f689af8b8b16d337a732da X-VCS-Branch: master Date: Sun, 23 Feb 2025 05:11:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f74bb9d2-4cd4-453e-9634-b256dfac25a9 X-Archives-Hash: 81eec9d3727c3dcc3010d2dc4a18d467 commit: c597aa94319afa60d5f689af8b8b16d337a732da Author: Sam James gentoo org> AuthorDate: Sun Feb 23 05:09:38 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 23 05:09:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c597aa94 app-crypt/easy-rsa: Stabilize 3.2.1 sparc, #948438 Signed-off-by: Sam James gentoo.org> app-crypt/easy-rsa/easy-rsa-3.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/easy-rsa/easy-rsa-3.2.1.ebuild b/app-crypt/easy-rsa/easy-rsa-3.2.1.ebuild index dcebf21a63b0..73a44b3633cf 100644 --- a/app-crypt/easy-rsa/easy-rsa-3.2.1.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-3.2.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86" DEPEND=">=dev-libs/openssl-0.9.6:0=" RDEPEND="${DEPEND}"