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 5B0BA158021 for ; Mon, 31 Oct 2022 16:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D99E0E0F69; Mon, 31 Oct 2022 16:38:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id BDD19E0F68 for ; Mon, 31 Oct 2022 16:38:17 +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 0B328340FFD for ; Mon, 31 Oct 2022 16:38:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61EFC6E9 for ; Mon, 31 Oct 2022 16:38:14 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1667234250.948303369a3fefd274cc7ab9811fb5b30779a58e.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-SMIME/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild X-VCS-Directories: dev-perl/Crypt-SMIME/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 948303369a3fefd274cc7ab9811fb5b30779a58e X-VCS-Branch: master Date: Mon, 31 Oct 2022 16:38:14 +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: 7b10a99a-6b8c-47d6-9d78-2e4a384d8216 X-Archives-Hash: 041763a53f3df96d015d20d7fe46646c commit: 948303369a3fefd274cc7ab9811fb5b30779a58e Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Oct 31 16:37:30 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Oct 31 16:37:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94830336 dev-perl/Crypt-SMIME: Stabilize 0.270.0-r1 amd64, #877713 Signed-off-by: Agostino Sarubbo gentoo.org> dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild index fef879d0121e..74c6c0927a80 100644 --- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild +++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.270.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="S/MIME message signing, verification, encryption and decryption" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test minimal" RESTRICT="!test? ( test )"