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 C95D11395E2 for ; Sat, 5 Nov 2016 17:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4100BE0C33; Sat, 5 Nov 2016 17:21:16 +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 22115E0C33 for ; Sat, 5 Nov 2016 17:21:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D5022341421 for ; Sat, 5 Nov 2016 17:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22F9B306 for ; Sat, 5 Nov 2016 17:21:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478366367.55796ec9fe7afd28c605a6ac5029f3b66a722c50.pacho@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.1.6.ebuild X-VCS-Directories: dev-php/pecl-yaz/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 55796ec9fe7afd28c605a6ac5029f3b66a722c50 X-VCS-Branch: master Date: Sat, 5 Nov 2016 17:21:13 +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: 6caf54b5-2556-4d7c-8cb5-ae3bb16559fd X-Archives-Hash: f1cf33cfd5457d4fe3101981382eead7 commit: 55796ec9fe7afd28c605a6ac5029f3b66a722c50 Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 5 17:19:27 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Nov 5 17:19:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55796ec9 dev-php/pecl-yaz: Move to ~ia64 ~sparc, bug #522674 Package-Manager: portage-2.3.2 dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild index 7416b25..1277aa8 100644 --- a/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild +++ b/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ USE_PHP="php5-6 php5-5 php5-4" inherit php-ext-pecl-r2 -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="PHP-3"