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 448AA1396D1 for ; Wed, 20 Sep 2017 13:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D9B21FC05D; Wed, 20 Sep 2017 13:57:47 +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 6BAF21FC05D for ; Wed, 20 Sep 2017 13:57:47 +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 800AE33BEBE for ; Wed, 20 Sep 2017 13:57:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D5939083 for ; Wed, 20 Sep 2017 13:57:45 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1505915832.8b41ea72d94b303ff7cbfc1ee8e56d0cfe6035f1.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh-completions/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/zsh-completions/zsh-completions-0.26.0.ebuild X-VCS-Directories: app-shells/zsh-completions/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 8b41ea72d94b303ff7cbfc1ee8e56d0cfe6035f1 X-VCS-Branch: master Date: Wed, 20 Sep 2017 13:57:45 +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: f6849277-feb7-4dbe-b630-315f218855b8 X-Archives-Hash: f0bb7e83339cd2db05ef53a8ccd947e8 commit: 8b41ea72d94b303ff7cbfc1ee8e56d0cfe6035f1 Author: Manuel Rüger gentoo org> AuthorDate: Wed Sep 20 13:57:12 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Sep 20 13:57:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b41ea72 app-shells/zsh-completions: Stabilize on amd64 Package-Manager: Portage-2.3.10, Repoman-2.3.3 app-shells/zsh-completions/zsh-completions-0.26.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild index 74e18cd0dbf..e5c753f6371 100644 --- a/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.26.0.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git" else SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~x86" fi DESCRIPTION="Additional completion definitions for Zsh"