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 3ADB31396D0 for ; Thu, 10 Aug 2017 19:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 086FB1FC088; Thu, 10 Aug 2017 19:01:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DCD181FC084 for ; Thu, 10 Aug 2017 19:01:32 +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 9DBE53419D6 for ; Thu, 10 Aug 2017 19:01:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 153117604 for ; Thu, 10 Aug 2017 19:01:29 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1502391625.48f8362267867d9440c5f2851d2cd31f7ef0c90b.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-recursion-context/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild X-VCS-Directories: dev-php/sebastian-recursion-context/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 48f8362267867d9440c5f2851d2cd31f7ef0c90b X-VCS-Branch: master Date: Thu, 10 Aug 2017 19:01:29 +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: 8a9880ad-4398-416a-affe-1e5d03994ea5 X-Archives-Hash: 05406cccf100dd2bd63eef2d0ad9b3cc commit: 48f8362267867d9440c5f2851d2cd31f7ef0c90b Author: Brian Evans gentoo org> AuthorDate: Thu Aug 10 18:37:34 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Aug 10 19:00:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f83622 dev-php/sebastian-recursion-context: Keyword remaining arches for Bug 613766 This package is only php script and not compiled Package-Manager: Portage-2.3.6, Repoman-2.3.3 .../sebastian-recursion-context-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild b/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild index 720dcb143f2..e99fb14efd9 100644 --- a/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild +++ b/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}"