From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 677311384B4 for ; Wed, 11 Nov 2015 09:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFE2EE0876; Wed, 11 Nov 2015 09:12:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4970DE0877 for ; Wed, 11 Nov 2015 09:12:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21C623403A3 for ; Wed, 11 Nov 2015 09:12:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B73C21074 for ; Wed, 11 Nov 2015 09:12:41 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1447233026.288a789aa51a67d2e3109d89e33f07956b298ce6.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-imagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-imagick/pecl-imagick-3.1.2-r1.ebuild X-VCS-Directories: dev-php/pecl-imagick/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 288a789aa51a67d2e3109d89e33f07956b298ce6 X-VCS-Branch: master Date: Wed, 11 Nov 2015 09:12:41 +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: 83eea5e6-5d1c-42d6-b006-e065035af343 X-Archives-Hash: 0b67d33e93f9bab96f3cf30325af6eac commit: 288a789aa51a67d2e3109d89e33f07956b298ce6 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Nov 11 09:10:26 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Nov 11 09:10:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288a789a dev-php/pecl-imagick: x86 stable wrt bug #564892 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" dev-php/pecl-imagick/pecl-imagick-3.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-imagick/pecl-imagick-3.1.2-r1.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.1.2-r1.ebuild index 69f31c0..dac4c93 100644 --- a/dev-php/pecl-imagick/pecl-imagick-3.1.2-r1.ebuild +++ b/dev-php/pecl-imagick/pecl-imagick-3.1.2-r1.ebuild @@ -12,7 +12,7 @@ USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DESCRIPTION="PHP wrapper for the ImageMagick library" LICENSE="PHP-3.01"