Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PHP_Timer/
Date: Thu, 10 Aug 2017 19:01:32
Message-Id: 1502391570.712f4914fcfff29d3839591d80f802b246089a68.grknight@gentoo
1 commit: 712f4914fcfff29d3839591d80f802b246089a68
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 10 18:16:03 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 10 18:59:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712f4914
7
8 dev-php/PHP_Timer: Keyword remaining arches for Bug 613766
9
10 This package is only php script and not compiled
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.3
13
14 dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild b/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild
18 index 3c06ccf0132..ce2f430e42a 100644
19 --- a/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild
20 +++ b/dev-php/PHP_Timer/PHP_Timer-1.0.9.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
22
23 LICENSE="BSD"
24 SLOT="0"
25 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
26 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
27 IUSE=""
28
29 S="${WORKDIR}/${MY_PN}-${PV}"