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 82CF6139694 for ; Sun, 12 Feb 2017 14:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC1CB21C08A; Sun, 12 Feb 2017 14:49:13 +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 CADDD21C08A for ; Sun, 12 Feb 2017 14:49:03 +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 7453334165E for ; Sun, 12 Feb 2017 14:48:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A21354567 for ; Sun, 12 Feb 2017 14:48:49 +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: <1486910918.fc48347d38690243ba06aebaf31bbb5eea7370c6.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_SmartIRC/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild X-VCS-Directories: dev-php/PEAR-Net_SmartIRC/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: fc48347d38690243ba06aebaf31bbb5eea7370c6 X-VCS-Branch: master Date: Sun, 12 Feb 2017 14:48:49 +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: ec79f24f-cb72-455e-a3d2-1aa70e5bb0e2 X-Archives-Hash: 16c0b7b7b83d466653215490d0c1247d commit: fc48347d38690243ba06aebaf31bbb5eea7370c6 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Feb 12 14:47:15 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Feb 12 14:48:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc48347d dev-php/PEAR-Net_SmartIRC: amd64 stable wrt bug #608750 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild index 27cb31ba34..21e0c9e273 100644 --- a/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild +++ b/dev-php/PEAR-Net_SmartIRC/PEAR-Net_SmartIRC-1.1.10-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pear/${MY_PN}/archive/v${PV}.tar.gz DESCRIPTION="PHP class to communicate with IRC networks" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc examples" RDEPEND="dev-lang/php:*"