Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/webmozart-assert/
Date: Fri, 31 Mar 2017 12:34:19
Message-Id: 1490963631.253905da44d2eb00ef8d22639a24ec54fca37897.xmw@gentoo
1 commit: 253905da44d2eb00ef8d22639a24ec54fca37897
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 31 12:31:16 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 31 12:33:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=253905da
7
8 dev-php/webmozart-assert: add ~arm keyword (bug 613766)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
12
13 dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild b/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild
17 index 947e475c2b5..1f92d87cdca 100644
18 --- a/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild
19 +++ b/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/webmozart/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
26 IUSE=""
27
28 S="${WORKDIR}/${MY_PN}-${PV}"