diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:28:28 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-31 12:30:24 +0200 |
commit | b0a59f02194aef1c8bc6a7927b254219be263bad (patch) | |
tree | df3947c487b43df7da2585355fc6c09f887d506b /dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild | |
parent | dev-php/sebastian-recursion-context: add ~ppc64 keyword (bug 613766) (diff) | |
download | gentoo-b0a59f02194aef1c8bc6a7927b254219be263bad.tar.gz gentoo-b0a59f02194aef1c8bc6a7927b254219be263bad.tar.bz2 gentoo-b0a59f02194aef1c8bc6a7927b254219be263bad.zip |
dev-php/sebastian-resource-operations: 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-resource-operations/sebastian-resource-operations-1.0.0.ebuild')
-rw-r--r-- | dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild b/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild index 34213f74b026..36a6365da8a1 100644 --- a/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild +++ b/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.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}" |