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 6B2E615800D for ; Sat, 31 Dec 2022 15:51:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB84CE08D3; Sat, 31 Dec 2022 15:51:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93385E08C4 for ; Sat, 31 Dec 2022 15:51:39 +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 D797E340E23 for ; Sat, 31 Dec 2022 15:51:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F5387FD for ; Sat, 31 Dec 2022 15:51:36 +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: <1672501875.e97980ed3469db46862baa00ac6dfd35fc13af84.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Simple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild X-VCS-Directories: dev-perl/Email-Simple/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e97980ed3469db46862baa00ac6dfd35fc13af84 X-VCS-Branch: master Date: Sat, 31 Dec 2022 15:51:36 +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: 167124e2-3a6d-47fb-a812-05e20d11da67 X-Archives-Hash: c93c6a5abac9498b4beff5cd8a05fd3e commit: e97980ed3469db46862baa00ac6dfd35fc13af84 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 31 15:51:15 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 31 15:51:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97980ed dev-perl/Email-Simple: Keyword 2.216.0 ia64, #888119 Signed-off-by: Arthur Zamarin gentoo.org> dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild index 8532955898e1..9d2461494be0 100644 --- a/dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild +++ b/dev-perl/Email-Simple/Email-Simple-2.216.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Simple parsing of RFC2822 message format and headers" SLOT="0" -KEYWORDS="amd64 ~arm64 ~mips ppc ppc64 ~riscv x86 ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm64 ~ia64 ~mips ppc ppc64 ~riscv x86 ~sparc-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )"