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 5BE9E1396D0 for ; Thu, 10 Aug 2017 19:01:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDB1F1FC089; Thu, 10 Aug 2017 19:01:32 +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 C91301FC086 for ; Thu, 10 Aug 2017 19:01:32 +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 648AA3419B8 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 AB86575FF 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: <1502391602.cbf9d6697d252348d4b7a3a423c57251d576873f.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpdocumentor-reflection-docblock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild X-VCS-Directories: dev-php/phpdocumentor-reflection-docblock/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: cbf9d6697d252348d4b7a3a423c57251d576873f 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: 36a741b9-a818-4712-9a76-970e2e53ad14 X-Archives-Hash: f7bc4e1fe34fda071f2cfeb3f6d9b73d commit: cbf9d6697d252348d4b7a3a423c57251d576873f Author: Brian Evans gentoo org> AuthorDate: Thu Aug 10 18:28:26 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Aug 10 19:00:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf9d669 dev-php/phpdocumentor-reflection-docblock: 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 .../phpdocumentor-reflection-docblock-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild b/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild index f15aef21d20..0e11e7427ef 100644 --- a/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild +++ b/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.t LICENSE="MIT" 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}"