diff options
author | Brian Evans <grknight@gentoo.org> | 2017-08-10 14:16:03 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-08-10 14:59:30 -0400 |
commit | 712f4914fcfff29d3839591d80f802b246089a68 (patch) | |
tree | 1bb1e7e5cd38403e62e76d3e3a6e62926d1835ea /dev-php/PHP_Timer | |
parent | dev-php/Text_Template: Keyword remaining arches for Bug 613766 (diff) | |
download | gentoo-712f4914fcfff29d3839591d80f802b246089a68.tar.gz gentoo-712f4914fcfff29d3839591d80f802b246089a68.tar.bz2 gentoo-712f4914fcfff29d3839591d80f802b246089a68.zip |
dev-php/PHP_Timer: 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/PHP_Timer')
-rw-r--r-- | dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild index 3c06ccf01329..ce2f430e42a5 100644 --- a/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild +++ b/dev-php/PHP_Timer/PHP_Timer-1.0.9.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}" |