diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:27:39 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:30:06 +0200 |
commit | 785466647d81332f43b63e0e833c75e804ff09a1 (patch) | |
tree | 3569b4691b0fe6d3caa61d63cc0fbfb44a83a423 /dev-php/sebastian-comparator | |
parent | dev-php/sebastian-code-unit-reverse-lookup: add ~ppc64 keyword (bug 613766) (diff) | |
download | gentoo-785466647d81332f43b63e0e833c75e804ff09a1.tar.gz gentoo-785466647d81332f43b63e0e833c75e804ff09a1.tar.bz2 gentoo-785466647d81332f43b63e0e833c75e804ff09a1.zip |
dev-php/sebastian-comparator: add ~ppc64 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 460904d79f88..ba1f52c5910c 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 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |