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 493F4138334 for ; Fri, 23 Nov 2018 20:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C678E096A; Fri, 23 Nov 2018 20:30:55 +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 0E7A5E096A for ; Fri, 23 Nov 2018 20:30:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EF29B335D07 for ; Fri, 23 Nov 2018 20:30:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 015C24B6 for ; Fri, 23 Nov 2018 20:30:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1543004521.83ae705110ac4ec1630f50f9072f5d27006672ea.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Keywords/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/B-Keywords/B-Keywords-1.190.0.ebuild X-VCS-Directories: dev-perl/B-Keywords/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 83ae705110ac4ec1630f50f9072f5d27006672ea X-VCS-Branch: master Date: Fri, 23 Nov 2018 20:30:51 +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-Archives-Salt: 9fe34f9f-a5be-46c8-a14d-fdc1daa582f3 X-Archives-Hash: cfd86baa209f44628acf19b8e157a329 commit: 83ae705110ac4ec1630f50f9072f5d27006672ea Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Nov 23 20:22:01 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Nov 23 20:22:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ae7051 dev-perl/B-Keywords: x86 stable (bug #671730) Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-perl/B-Keywords/B-Keywords-1.190.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/B-Keywords/B-Keywords-1.190.0.ebuild b/dev-perl/B-Keywords/B-Keywords-1.190.0.ebuild index 436026f4b59..e8e1ed93bf4 100644 --- a/dev-perl/B-Keywords/B-Keywords-1.190.0.ebuild +++ b/dev-perl/B-Keywords/B-Keywords-1.190.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Lists of reserved barewords and symbol names" # GPL-2 - no later clause LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" DEPEND="virtual/perl-ExtUtils-MakeMaker"