From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1053867-garchives=archives.gentoo.org@lists.gentoo.org> 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 7CAA9138336 for <garchives@archives.gentoo.org>; Tue, 23 Oct 2018 18:47:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26079E08CE; Tue, 23 Oct 2018 18:47:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F039DE08CE for <gentoo-commits@lists.gentoo.org>; Tue, 23 Oct 2018 18:47:54 +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 8259F335C39 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Oct 2018 18:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8F7B44C for <gentoo-commits@lists.gentoo.org>; Tue, 23 Oct 2018 18:47:50 +0000 (UTC) From: "Markus Meier" <maekke@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" <maekke@gentoo.org> Message-ID: <1540320406.312521afe0c7586071d065c8782837c445317c81.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild X-VCS-Directories: dev-php/pecl-yaz/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 312521afe0c7586071d065c8782837c445317c81 X-VCS-Branch: master Date: Tue, 23 Oct 2018 18:47:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 30a8556c-0ae2-4262-a89c-a8cef93a1e4a X-Archives-Hash: ed7c0f4ea22778d464edb867d36fb809 commit: 312521afe0c7586071d065c8782837c445317c81 Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Tue Oct 23 18:46:46 2018 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Tue Oct 23 18:46:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=312521af dev-php/pecl-yaz: arm stable, bug #667068 Signed-off-by: Markus Meier <maekke <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="arm" dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild index aa7a51a8b8a..c55cd382414 100644 --- a/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild +++ b/dev-php/pecl-yaz/pecl-yaz-1.2.2-r1.ebuild @@ -12,7 +12,7 @@ USE_PHP="php5-6 php7-0 php7-1 php7-2" inherit php-ext-pecl-r3 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit" LICENSE="BSD"