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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B32361584AD for ; Sat, 26 Apr 2025 00:40:00 +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 9A82F342FE0 for ; Sat, 26 Apr 2025 00:40:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B16681104C1; Sat, 26 Apr 2025 00:39:48 +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 A70EC1104BD for ; Sat, 26 Apr 2025 00:39:48 +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 5AF7C342FE8 for ; Sat, 26 Apr 2025 00:39:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDAC52668 for ; Sat, 26 Apr 2025 00:39:45 +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: <1745627920.6de0eb622471849c0e5fffd091d39c01fc81bc4a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/ssmtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/ssmtp/ssmtp-2.64_p12.ebuild X-VCS-Directories: mail-mta/ssmtp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6de0eb622471849c0e5fffd091d39c01fc81bc4a X-VCS-Branch: master Date: Sat, 26 Apr 2025 00:39:45 +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: c5771786-a665-4aca-ac90-0c280e4349c1 X-Archives-Hash: 36c6b676088f9d50e7ef8a5362a8bbc4 commit: 6de0eb622471849c0e5fffd091d39c01fc81bc4a Author: Sam James gentoo org> AuthorDate: Sat Apr 26 00:38:40 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 26 00:38:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de0eb62 mail-mta/ssmtp: Stabilize 2.64_p12 arm, #954453 Signed-off-by: Sam James gentoo.org> mail-mta/ssmtp/ssmtp-2.64_p12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild b/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild index 7f7c4dce0512..78079a179684 100644 --- a/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.64_p12.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 @@ -18,7 +18,7 @@ S="${WORKDIR}"/${PN}-$(ver_cut 1-2) LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+ssl gnutls +mta" REQUIRED_USE="gnutls? ( ssl )"