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 DD8BC1584AD for ; Sat, 26 Apr 2025 01:18:02 +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 C7E64343062 for ; Sat, 26 Apr 2025 01:18:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A9E821104C4; Sat, 26 Apr 2025 01:17:44 +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 A0FE31104C3 for ; Sat, 26 Apr 2025 01:17:44 +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 4CCAA343062 for ; Sat, 26 Apr 2025 01:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3618266A for ; Sat, 26 Apr 2025 01:17:41 +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: <1745630129.3155287e9d3b5af13f6b11504b4b41d14b46460c.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: 3155287e9d3b5af13f6b11504b4b41d14b46460c X-VCS-Branch: master Date: Sat, 26 Apr 2025 01:17:41 +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: c40d387d-292a-4807-9cd6-4863f219dc91 X-Archives-Hash: a45e0a7372d6f01837890757e7959d69 commit: 3155287e9d3b5af13f6b11504b4b41d14b46460c Author: Sam James gentoo org> AuthorDate: Sat Apr 26 01:15:29 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 26 01:15:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3155287e mail-mta/ssmtp: Stabilize 2.64_p12 ppc64, #954453 Signed-off-by: Sam James gentoo.org> mail-mta/ssmtp/ssmtp-2.64_p12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild b/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild index bc3c44e9768b..0844c119e93e 100644 --- a/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild +++ b/mail-mta/ssmtp/ssmtp-2.64_p12.ebuild @@ -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 )"