Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/phpdocumentor-reflection-docblock/
Date: Sat, 01 Apr 2017 09:48:15
Message-Id: 1491039528.4c967d296dc7976ddd69714b91f4db3367113f73.xmw@gentoo
1 commit: 4c967d296dc7976ddd69714b91f4db3367113f73
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 09:38:48 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 09:38:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c967d29
7
8 dev-php/phpdocumentor-reflection-docblock: add ~ppc keyword (bug 613766)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
12
13 .../phpdocumentor-reflection-docblock-3.1.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild b/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild
17 index 4348e60b4b9..9663a5970c1 100644
18 --- a/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild
19 +++ b/dev-php/phpdocumentor-reflection-docblock/phpdocumentor-reflection-docblock-3.1.1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.t
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
26 IUSE=""
27
28 S="${WORKDIR}/${MY_PN}-${PV}"