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/YAML/
Date: Sun, 28 May 2017 01:12:07
Message-Id: 1495933911.b7984efcd2fe32149a8f235136d08fd19d4a7593.grknight@gentoo
1 commit: b7984efcd2fe32149a8f235136d08fd19d4a7593
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 01:01:24 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 01:11:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7984efc
7
8 dev-php/YAML: Fast stable new revision
9
10 Old stable is broken as it uses ${FILESDIR} in pkg_setup
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-php/YAML/YAML-1.0.6-r3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-php/YAML/YAML-1.0.6-r3.ebuild b/dev-php/YAML/YAML-1.0.6-r3.ebuild
18 index 7d045d925dc..c52a33ba249 100644
19 --- a/dev-php/YAML/YAML-1.0.6-r3.ebuild
20 +++ b/dev-php/YAML/YAML-1.0.6-r3.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="http://pear.symfony-project.com/get/${PEAR_P}.tgz"
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~hppa ~x86"
26 +KEYWORDS="amd64 hppa x86"
27 IUSE=""
28
29 src_install() {