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 9FAD31396D0 for ; Thu, 10 Aug 2017 19:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39AF11FC08F; Thu, 10 Aug 2017 19:01:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1503B1FC08F for ; Thu, 10 Aug 2017 19:01:34 +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 0FD3D34198F for ; Thu, 10 Aug 2017 19:01:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F4B77608 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: <1502391643.891b532386000d3fa77560adfdaf563a5d190318.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-comparator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/sebastian-comparator/sebastian-comparator-1.2.4.ebuild X-VCS-Directories: dev-php/sebastian-comparator/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 891b532386000d3fa77560adfdaf563a5d190318 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: 9a6c2dbe-08c3-46f3-8e26-9a75ab29254f X-Archives-Hash: e100b768667518ad6ee4aec1695b2823 commit: 891b532386000d3fa77560adfdaf563a5d190318 Author: Brian Evans gentoo org> AuthorDate: Thu Aug 10 18:44:02 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Aug 10 19:00:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891b5323 dev-php/sebastian-comparator: 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 dev-php/sebastian-comparator/sebastian-comparator-1.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/sebastian-comparator/sebastian-comparator-1.2.4.ebuild b/dev-php/sebastian-comparator/sebastian-comparator-1.2.4.ebuild index 4aa3c17fb59..eae26759c45 100644 --- a/dev-php/sebastian-comparator/sebastian-comparator-1.2.4.ebuild +++ b/dev-php/sebastian-comparator/sebastian-comparator-1.2.4.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}"