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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26857138359 for ; Mon, 17 Aug 2020 08:04:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B787AE086D; Mon, 17 Aug 2020 08:04:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2CC2E086D for ; Mon, 17 Aug 2020 08:04:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D95AC34F34A for ; Mon, 17 Aug 2020 08:04:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6096D32C for ; Mon, 17 Aug 2020 08:04:37 +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: <1597651471.32d08152e253dae745eebc5b57a212a8b5a22af8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-Builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.830.0.ebuild X-VCS-Directories: dev-perl/DateTime-Format-Builder/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 32d08152e253dae745eebc5b57a212a8b5a22af8 X-VCS-Branch: master Date: Mon, 17 Aug 2020 08:04:37 +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: 665e6a6d-4774-4e22-aabb-7009cd341d25 X-Archives-Hash: 0e7a0504f1ef65a940dd39ea08a968f6 commit: 32d08152e253dae745eebc5b57a212a8b5a22af8 Author: Sam James gentoo org> AuthorDate: Mon Aug 17 08:00:47 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 17 08:04:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d08152 dev-perl/DateTime-Format-Builder: Keyword 0.830.0 s390, #737594 Signed-off-by: Sam James gentoo.org> dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.830.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.830.0.ebuild b/dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.830.0.ebuild index 3334a4dc176..2794c22bfd8 100644 --- a/dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.830.0.ebuild +++ b/dev-perl/DateTime-Format-Builder/DateTime-Format-Builder-0.830.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Create DateTime parser classes and objects" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~s390 ~x86 ~ppc-aix ~x86-solaris" IUSE="minimal test" RESTRICT="!test? ( test )"