From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5548F15800F for ; Fri, 13 Jan 2023 17:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5906DE08D3; Fri, 13 Jan 2023 17:01:41 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 404D9E08D3 for ; Fri, 13 Jan 2023 17:01:41 +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 51002340EE3 for ; Fri, 13 Jan 2023 17:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6AAB82C for ; Fri, 13 Jan 2023 17:01:38 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1673629286.edb9bed88aaad8eea5e45b8be93ab9108657f43c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SMTPS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-SMTPS/Net-SMTPS-0.100.0.ebuild X-VCS-Directories: dev-perl/Net-SMTPS/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: edb9bed88aaad8eea5e45b8be93ab9108657f43c X-VCS-Branch: master Date: Fri, 13 Jan 2023 17:01:38 +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: c348e896-1e11-4f01-9c21-e0ee467de04b X-Archives-Hash: 6213a6558ea0403be642ec63371ab2c0 commit: edb9bed88aaad8eea5e45b8be93ab9108657f43c Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 13 17:01:26 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 13 17:01:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb9bed8 dev-perl/Net-SMTPS: Keyword 0.100.0 ppc, #888119 Signed-off-by: Arthur Zamarin gentoo.org> dev-perl/Net-SMTPS/Net-SMTPS-0.100.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Net-SMTPS/Net-SMTPS-0.100.0.ebuild b/dev-perl/Net-SMTPS/Net-SMTPS-0.100.0.ebuild index c78f811fbf25..e10d73fd3ed9 100644 --- a/dev-perl/Net-SMTPS/Net-SMTPS-0.100.0.ebuild +++ b/dev-perl/Net-SMTPS/Net-SMTPS-0.100.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="SSL/STARTTLS support for Net::SMTP" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" >=dev-perl/Authen-SASL-2.0.0