From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-914239-garchives=archives.gentoo.org@lists.gentoo.org> 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 60ACD1395E2 for <garchives@archives.gentoo.org>; Tue, 29 Nov 2016 22:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65F1BE085C; Tue, 29 Nov 2016 22:40:41 +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 2E271E085C for <gentoo-commits@lists.gentoo.org>; Tue, 29 Nov 2016 22:40:41 +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 262BB3412B7 for <gentoo-commits@lists.gentoo.org>; Tue, 29 Nov 2016 22:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAA534A1 for <gentoo-commits@lists.gentoo.org>; Tue, 29 Nov 2016 22:40:38 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> 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" <mrueg@gentoo.org> Message-ID: <1480459211.a12696e204c446a0565fa00d2d94bc9975f8de17.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.22.0.ebuild X-VCS-Directories: app-shells/zsh-completions/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: a12696e204c446a0565fa00d2d94bc9975f8de17 X-VCS-Branch: master Date: Tue, 29 Nov 2016 22:40:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ec0dd91d-c7fe-4224-aff6-8753f845b050 X-Archives-Hash: 71dc68c6607d90bbff91477d8c5e9a24 commit: a12696e204c446a0565fa00d2d94bc9975f8de17 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Tue Nov 29 22:40:11 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Tue Nov 29 22:40:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12696e2 app-shells/zsh-completions: Stable on amd64 Gentoo-Bug: #601188 Package-Manager: portage-2.3.2 app-shells/zsh-completions/zsh-completions-0.22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild index e5b1d5f..fbeb14a 100644 --- a/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild @@ -9,7 +9,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 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Additional completion definitions for Zsh"