diff options
author | Brian Evans <grknight@gentoo.org> | 2017-08-10 14:37:34 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-08-10 15:00:25 -0400 |
commit | 48f8362267867d9440c5f2851d2cd31f7ef0c90b (patch) | |
tree | 69e758dda6eff55667688c5f6f91a876eec94a5b /dev-php | |
parent | dev-php/sebastian-global-state: Keyword remaining arches for Bug 613766 (diff) | |
download | gentoo-48f8362267867d9440c5f2851d2cd31f7ef0c90b.tar.gz gentoo-48f8362267867d9440c5f2851d2cd31f7ef0c90b.tar.bz2 gentoo-48f8362267867d9440c5f2851d2cd31f7ef0c90b.zip |
dev-php/sebastian-recursion-context: Keyword remaining arches for Bug 613766
This package is only php script and not compiled
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild b/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild index 720dcb143f29..e99fb14efd97 100644 --- a/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild +++ b/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |