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 6EF961396D0 for ; Tue, 3 Oct 2017 14:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C1DE0DA6; Tue, 3 Oct 2017 14:11:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5AE00E0DA6 for ; Tue, 3 Oct 2017 14:11:57 +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 4B0223418C1 for ; Tue, 3 Oct 2017 14:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F9849085 for ; Tue, 3 Oct 2017 14:11:54 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1507039851.ca7037a0336c1d659eced3de8b8eb0b89badf13f.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild X-VCS-Directories: dev-lisp/cl-ppcre/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: ca7037a0336c1d659eced3de8b8eb0b89badf13f X-VCS-Branch: master Date: Tue, 3 Oct 2017 14:11:54 +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: ae389f4d-123b-4faf-8a88-e87f6ef80a8a X-Archives-Hash: 6b7923ea74f67dca3bdbc8d3e53d8bb8 commit: ca7037a0336c1d659eced3de8b8eb0b89badf13f Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Oct 3 14:10:51 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Oct 3 14:10:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7037a0 dev-lisp/cl-ppcre: Stable for amd64/x86 wrt bug #629378 Package-Manager: Portage-2.3.8, Repoman-2.3.1 dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild index ba65b3febed..df216d535ff 100644 --- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild +++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" RDEPEND="dev-lisp/flexi-streams"