diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-12-12 09:12:12 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-12-12 09:12:12 -0500 |
commit | bcbf0aafb9febb506bf37ed7031149cec47ae25e (patch) | |
tree | bd0b4928e5d92eee19d513e56c4fa798b188a3e7 /dev-php/php-redmine-api | |
parent | dev-python/sepolgen: stabilize userland 2.6 (diff) | |
download | gentoo-bcbf0aafb9febb506bf37ed7031149cec47ae25e.tar.gz gentoo-bcbf0aafb9febb506bf37ed7031149cec47ae25e.tar.bz2 gentoo-bcbf0aafb9febb506bf37ed7031149cec47ae25e.zip |
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
Diffstat (limited to 'dev-php/php-redmine-api')
-rw-r--r-- | dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 8c566ab9a2a4..fb5fe143cbfd 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]" |