diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-31 14:31:16 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-31 14:33:51 +0200 |
commit | 253905da44d2eb00ef8d22639a24ec54fca37897 (patch) | |
tree | f28b1d81dd38d74a609727d04521d2d90b635512 /dev-php/webmozart-assert | |
parent | dev-php/symfony-yaml: add ~arm keyword (bug 613766) (diff) | |
download | gentoo-253905da44d2eb00ef8d22639a24ec54fca37897.tar.gz gentoo-253905da44d2eb00ef8d22639a24ec54fca37897.tar.bz2 gentoo-253905da44d2eb00ef8d22639a24ec54fca37897.zip |
dev-php/webmozart-assert: add ~arm keyword (bug 613766)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'dev-php/webmozart-assert')
-rw-r--r-- | dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild b/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild index 947e475c2b50..1f92d87cdcae 100644 --- a/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild +++ b/dev-php/webmozart-assert/webmozart-assert-1.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/webmozart/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |