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 B81951396D0 for ; Thu, 10 Aug 2017 19:01:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CA221FC080; Thu, 10 Aug 2017 19:01:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 26C721FC07C 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 43539341906 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 73FD375FC 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: <1502391588.a74b9ffce829d293e346007d2045c596f628a7c8.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpdocumentor-reflection-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/phpdocumentor-reflection-common/phpdocumentor-reflection-common-1.0.ebuild X-VCS-Directories: dev-php/phpdocumentor-reflection-common/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: a74b9ffce829d293e346007d2045c596f628a7c8 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: deed2494-4cb8-4f64-9b38-a1e76c052e69 X-Archives-Hash: 158e0a452504767ef534010b14bb3567 commit: a74b9ffce829d293e346007d2045c596f628a7c8 Author: Brian Evans gentoo org> AuthorDate: Thu Aug 10 18:21:42 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Aug 10 18:59:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74b9ffc dev-php/phpdocumentor-reflection-common: 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-common-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/phpdocumentor-reflection-common/phpdocumentor-reflection-common-1.0.ebuild b/dev-php/phpdocumentor-reflection-common/phpdocumentor-reflection-common-1.0.ebuild index c8a0bdd464f..84e9f110e98 100644 --- a/dev-php/phpdocumentor-reflection-common/phpdocumentor-reflection-common-1.0.ebuild +++ b/dev-php/phpdocumentor-reflection-common/phpdocumentor-reflection-common-1.0.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}"