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 692CB139085 for ; Sat, 7 Jan 2017 02:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3F79E0C45; Sat, 7 Jan 2017 02:41:05 +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 C07A1E0C45 for ; Sat, 7 Jan 2017 02:41:05 +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 8E289341627 for ; Sat, 7 Jan 2017 02:41:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B770424C5 for ; Sat, 7 Jan 2017 02:41:02 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1483756328.283cebe26bd03c1f75c0429f893ace51cb364587.bman@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.1.ebuild X-VCS-Directories: dev-php/pecl-yaz/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 283cebe26bd03c1f75c0429f893ace51cb364587 X-VCS-Branch: master Date: Sat, 7 Jan 2017 02:41:02 +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: b16c395b-4563-4458-81f5-006eda30cc2b X-Archives-Hash: 2526fdd25077c60b9cfc4c4a6d06202a commit: 283cebe26bd03c1f75c0429f893ace51cb364587 Author: Aaron Bauman gentoo org> AuthorDate: Sat Jan 7 02:32:08 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jan 7 02:32:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283cebe2 dev-php/pecl-yaz: amd64 stable wrt bug #604706 dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild index d6ce1c2..fbaab46 100644 --- a/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild +++ b/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild @@ -13,7 +13,7 @@ USE_PHP="php7-0 php5-6" 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"