diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-01 11:40:19 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-01 11:40:19 +0200 |
commit | 68970385c863a66b94ce929231d88a6dcc124de2 (patch) | |
tree | 63e8837b2fffab977a8b599711fc955ac2c9c61e /dev-php | |
parent | dev-php/sebastian-comparator: add ~ppc keyword (bug 613766) (diff) | |
download | gentoo-68970385c863a66b94ce929231d88a6dcc124de2.tar.gz gentoo-68970385c863a66b94ce929231d88a6dcc124de2.tar.bz2 gentoo-68970385c863a66b94ce929231d88a6dcc124de2.zip |
dev-php/sebastian-diff: add ~ppc 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')
-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 cfd7019438e6..c1d9a3ad1779 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 ~arm ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |