diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:27:46 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:30:08 +0200 |
commit | 8aae37ab1d338539ec50e87783ed6365e471d854 (patch) | |
tree | b5e34d4901736f259eb941a7fb1c62ec6e6e49db /dev-php/sebastian-diff | |
parent | dev-php/sebastian-comparator: add ~ppc64 keyword (bug 613766) (diff) | |
download | gentoo-8aae37ab1d338539ec50e87783ed6365e471d854.tar.gz gentoo-8aae37ab1d338539ec50e87783ed6365e471d854.tar.bz2 gentoo-8aae37ab1d338539ec50e87783ed6365e471d854.zip |
dev-php/sebastian-diff: 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-diff')
-rw-r--r-- | dev-php/sebastian-diff/sebastian-diff-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/sebastian-diff/sebastian-diff-1.4.1.ebuild b/dev-php/sebastian-diff/sebastian-diff-1.4.1.ebuild index d947a5a0351d..ba39b7234392 100644 --- a/dev-php/sebastian-diff/sebastian-diff-1.4.1.ebuild +++ b/dev-php/sebastian-diff/sebastian-diff-1.4.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 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |