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 DC03E1395E3 for ; Wed, 30 Nov 2016 06:04:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E433E0B98; Wed, 30 Nov 2016 06:04:22 +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 45C44E0B98 for ; Wed, 30 Nov 2016 06:04:22 +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 672F5341647 for ; Wed, 30 Nov 2016 06:04:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE5C64A1 for ; Wed, 30 Nov 2016 06:04:19 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1480485714.1d51fc7d44a84a07186a70fdb2f329bdcc080624.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-zsh-completions/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild X-VCS-Directories: app-shells/gentoo-zsh-completions/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 1d51fc7d44a84a07186a70fdb2f329bdcc080624 X-VCS-Branch: master Date: Wed, 30 Nov 2016 06:04:19 +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: ace5900a-92ce-44ae-9ddc-b24e1e31f4c5 X-Archives-Hash: 9d1f7c731e5c3de6592638bf2424204b commit: 1d51fc7d44a84a07186a70fdb2f329bdcc080624 Author: Tim Harder gentoo org> AuthorDate: Wed Nov 30 06:01:54 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Nov 30 06:01:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d51fc7d app-shells/gentoo-zsh-completions: stabilize 20150103 .../gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild index ab2b9c3..a340351 100644 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20150103.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]] ; then EGIT_REPO_URI="https://github.com/gentoo/gentoo-zsh-completions.git" else SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris" fi DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"