From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 530F3139696 for ; Sun, 28 May 2017 01:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48E6F21C012; Sun, 28 May 2017 01:12:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21AEC21C012 for ; Sun, 28 May 2017 01:12:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02960341659 for ; Sun, 28 May 2017 01:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 628C9746A for ; Sun, 28 May 2017 01:12:01 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1495933911.b7984efcd2fe32149a8f235136d08fd19d4a7593.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/YAML/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/YAML/YAML-1.0.6-r3.ebuild X-VCS-Directories: dev-php/YAML/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: b7984efcd2fe32149a8f235136d08fd19d4a7593 X-VCS-Branch: master Date: Sun, 28 May 2017 01:12:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5a473266-fff9-4445-ad82-eec6fb3d59bb X-Archives-Hash: 9d5749ae7e23ab05ed66ca08a2f1063d commit: b7984efcd2fe32149a8f235136d08fd19d4a7593 Author: Brian Evans gentoo org> AuthorDate: Sun May 28 01:01:24 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun May 28 01:11:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7984efc dev-php/YAML: Fast stable new revision Old stable is broken as it uses ${FILESDIR} in pkg_setup Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-php/YAML/YAML-1.0.6-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/YAML/YAML-1.0.6-r3.ebuild b/dev-php/YAML/YAML-1.0.6-r3.ebuild index 7d045d925dc..c52a33ba249 100644 --- a/dev-php/YAML/YAML-1.0.6-r3.ebuild +++ b/dev-php/YAML/YAML-1.0.6-r3.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://pear.symfony-project.com/get/${PEAR_P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="amd64 hppa x86" IUSE="" src_install() {