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 2641B1395E2 for ; Tue, 13 Dec 2016 01:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6503321C291; Mon, 12 Dec 2016 14:13:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3D59C21C292 for ; Mon, 12 Dec 2016 14:13:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29C81341293 for ; Mon, 12 Dec 2016 14:13:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FE0F24B0 for ; Mon, 12 Dec 2016 14:13:35 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1481551932.bcbf0aafb9febb506bf37ed7031149cec47ae25e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/php-redmine-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild X-VCS-Directories: dev-php/php-redmine-api/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: bcbf0aafb9febb506bf37ed7031149cec47ae25e X-VCS-Branch: master Date: Mon, 12 Dec 2016 14:13:35 +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: 57f1ef2d-35e5-4a99-bea9-7fae20ab4bb9 X-Archives-Hash: 3b720340eada61e8f9e2038b9840d4c7 commit: bcbf0aafb9febb506bf37ed7031149cec47ae25e Author: Michael Orlitzky gentoo org> AuthorDate: Mon Dec 12 14:12:12 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Dec 12 14:12:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbf0aaf dev-php/php-redmine-api: stabilize php-redmine-api-1.5.9 on x86. Maintainer stabilization: I have the hardware and am able to test this. It does what it's supposed to, and since the code is pure PHP, I probably should have filed the initial stabilization request with the ALLARCHES keyword. Nevertheless... the stabilization request was opened over three months ago, so I think it's past the "timeout" period. Gentoo-Bug: 592262 Package-Manager: portage-2.3.0 dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild b/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild index 8c566ab..fb5fe14 100644 --- a/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild +++ b/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/kbsali/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND="dev-lang/php:*[curl,json,simplexml]"