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 C9B33139694 for ; Fri, 31 Mar 2017 12:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3124721C07C; Fri, 31 Mar 2017 12:34:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0BFED21C07C for ; Fri, 31 Mar 2017 12:34:08 +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 83E0234164D for ; Fri, 31 Mar 2017 12:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 141E173F5 for ; Fri, 31 Mar 2017 12:34:03 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1490963616.b4a19a7aa0d24819d3e2458595ef217818ba176a.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-global-state/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/sebastian-global-state/sebastian-global-state-1.1.1.ebuild X-VCS-Directories: dev-php/sebastian-global-state/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: b4a19a7aa0d24819d3e2458595ef217818ba176a X-VCS-Branch: master Date: Fri, 31 Mar 2017 12:34:03 +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: 5072b7df-ca55-4dda-95b2-a6765cb4554a X-Archives-Hash: 778ef1774c73d14f714dd09711519585 commit: b4a19a7aa0d24819d3e2458595ef217818ba176a Author: Michael Weber gentoo org> AuthorDate: Fri Mar 31 12:30:11 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Mar 31 12:33:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a19a7a dev-php/sebastian-global-state: add ~arm keyword (bug 613766) Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" dev-php/sebastian-global-state/sebastian-global-state-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/sebastian-global-state/sebastian-global-state-1.1.1.ebuild b/dev-php/sebastian-global-state/sebastian-global-state-1.1.1.ebuild index 73777d9284a..bf18246a846 100644 --- a/dev-php/sebastian-global-state/sebastian-global-state-1.1.1.ebuild +++ b/dev-php/sebastian-global-state/sebastian-global-state-1.1.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}"