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 77A791396D0 for ; Thu, 10 Aug 2017 19:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 626EE1FC07A; Thu, 10 Aug 2017 19:01:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 44A621FC07A 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 4F3BE341913 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 BDF827600 for ; Thu, 10 Aug 2017 19:01:28 +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: <1502391607.feed8690c3f64dbbe06a80ffe009d4af8914217d.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-code-unit-reverse-lookup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-1.0.1.ebuild X-VCS-Directories: dev-php/sebastian-code-unit-reverse-lookup/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: feed8690c3f64dbbe06a80ffe009d4af8914217d X-VCS-Branch: master Date: Thu, 10 Aug 2017 19:01:28 +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: a4adc4cb-7692-4404-9d5f-6befa2cba518 X-Archives-Hash: 82da3eeac8090fce8d65fd17cf57412f commit: feed8690c3f64dbbe06a80ffe009d4af8914217d Author: Brian Evans gentoo org> AuthorDate: Thu Aug 10 18:31:22 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Aug 10 19:00:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feed8690 dev-php/sebastian-code-unit-reverse-lookup: 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-code-unit-reverse-lookup-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-1.0.1.ebuild b/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-1.0.1.ebuild index 85e107050d3..980a118abea 100644 --- a/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-1.0.1.ebuild +++ b/dev-php/sebastian-code-unit-reverse-lookup/sebastian-code-unit-reverse-lookup-1.0.1.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}"