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 C63BA138334 for ; Sun, 28 Oct 2018 16:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8EAFE0B1E; Sun, 28 Oct 2018 16:57:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A9831E0B1E for ; Sun, 28 Oct 2018 16:57:59 +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 85202335C63 for ; Sun, 28 Oct 2018 16:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E6C3440 for ; Sun, 28 Oct 2018 16:57:54 +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: <1540745852.2bfbdd79fb6967b4ae56e92f95c64754a6c7ce7a.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.28.0.ebuild X-VCS-Directories: app-shells/zsh-completions/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 2bfbdd79fb6967b4ae56e92f95c64754a6c7ce7a X-VCS-Branch: master Date: Sun, 28 Oct 2018 16:57: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: 019e5f16-47ba-4420-992f-894205a34e9b X-Archives-Hash: 9deb82c8bf467011d399db2aadc14ed7 commit: 2bfbdd79fb6967b4ae56e92f95c64754a6c7ce7a Author: Manuel Rüger gentoo org> AuthorDate: Sun Oct 28 16:57:32 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Oct 28 16:57:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfbdd79 app-shells/zsh-completions: Stabilize on amd64 Signed-off-by: Manuel Rüger gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-shells/zsh-completions/zsh-completions-0.28.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild index b2f60fb0e80..0f1e354b790 100644 --- a/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.28.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~sparc ~x86" fi DESCRIPTION="Additional completion definitions for Zsh"