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 13146139694 for ; Sun, 26 Mar 2017 19:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20564234092; Sun, 26 Mar 2017 19:54:11 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3D84234092 for ; Sun, 26 Mar 2017 19:54:05 +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 DF84B34167D for ; Sun, 26 Mar 2017 19:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53E9973E8 for ; Sun, 26 Mar 2017 19:53:57 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1490557988.e8abad35c9c004dfd6f446fc435cce3ef2dcf346.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e8abad35c9c004dfd6f446fc435cce3ef2dcf346 X-VCS-Branch: master Date: Sun, 26 Mar 2017 19:53:57 +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: 1e234840-74e5-4a0e-a48e-d1742af84741 X-Archives-Hash: 117d91adb8e77a735fb4ef1fd602c719 commit: e8abad35c9c004dfd6f446fc435cce3ef2dcf346 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Mar 26 19:43:19 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Mar 26 19:53:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8abad35 dev-php/phpdocumentor-reflection-common: Mark ~hppa (bug #589104). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches .../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 654a82f3d07..65239cfe583 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="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}"