diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-31 14:29:28 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-31 14:33:25 +0200 |
commit | f5cc4e8806ac808d5ffa6eb9d19f9757930a8401 (patch) | |
tree | bbceb4fb5ccb1ec5b438717a5b8cbab069141d8c /dev-php/sebastian-comparator | |
parent | dev-php/sebastian-code-unit-reverse-lookup: add ~arm keyword (bug 613766) (diff) | |
download | gentoo-f5cc4e8806ac808d5ffa6eb9d19f9757930a8401.tar.gz gentoo-f5cc4e8806ac808d5ffa6eb9d19f9757930a8401.tar.bz2 gentoo-f5cc4e8806ac808d5ffa6eb9d19f9757930a8401.zip |
dev-php/sebastian-comparator: 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/sebastian-comparator')
-rw-r--r-- | dev-php/sebastian-comparator/sebastian-comparator-1.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/sebastian-comparator/sebastian-comparator-1.2.4.ebuild b/dev-php/sebastian-comparator/sebastian-comparator-1.2.4.ebuild index ba1f52c5910c..0f9245c132a2 100644 --- a/dev-php/sebastian-comparator/sebastian-comparator-1.2.4.ebuild +++ b/dev-php/sebastian-comparator/sebastian-comparator-1.2.4.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}" |