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 2A857138334 for ; Fri, 5 Oct 2018 04:10:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51EF4E08AD; Fri, 5 Oct 2018 04:10:20 +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 1B14BE08AC for ; Fri, 5 Oct 2018 04:10:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 92079335CE4 for ; Fri, 5 Oct 2018 04:10:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20FBB432 for ; Fri, 5 Oct 2018 04:10:11 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1538711041.387ad2517d9db5f51b2cd678ad3a81e82130872b.whissi@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-20180228.ebuild X-VCS-Directories: app-shells/gentoo-zsh-completions/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 387ad2517d9db5f51b2cd678ad3a81e82130872b X-VCS-Branch: master Date: Fri, 5 Oct 2018 04:10:11 +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: 0bbe39d0-b71a-454f-931b-7ade868d0cd9 X-Archives-Hash: 49c0f1f835b5067b89f5ed39f124232a commit: 387ad2517d9db5f51b2cd678ad3a81e82130872b Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Oct 5 03:44:01 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Oct 5 03:44:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387ad251 app-shells/gentoo-zsh-completions: x86 stable (bug #666876) Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> .../gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild index 5fabb7d1d4b..a3e3f06fed3 100644 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild @@ -8,7 +8,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 ~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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris" fi DESCRIPTION="Gentoo specific zsh completion support (includes emerge and ebuild commands)"