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 8109B139694 for ; Wed, 14 Jun 2017 19:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCE2321C1C9; Wed, 14 Jun 2017 19:49:24 +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 AE44E21C1C9 for ; Wed, 14 Jun 2017 19:49:24 +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 BDAF534191B for ; Wed, 14 Jun 2017 19:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82E4624AF for ; Wed, 14 Jun 2017 19:49:22 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1497469754.94a474d8bc5142e3f9f1046ae416c02eea37d703.maekke@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.25.0.ebuild X-VCS-Directories: app-shells/zsh-completions/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 94a474d8bc5142e3f9f1046ae416c02eea37d703 X-VCS-Branch: master Date: Wed, 14 Jun 2017 19:49:22 +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: eb714150-9896-4fd0-ada3-863158264b2b X-Archives-Hash: 14833b19142786c55c280762f90ecd2e commit: 94a474d8bc5142e3f9f1046ae416c02eea37d703 Author: Markus Meier gentoo org> AuthorDate: Wed Jun 14 19:49:14 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Jun 14 19:49:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a474d8 app-shells/zsh-completions: add ~arm, bug #621350 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" app-shells/zsh-completions/zsh-completions-0.25.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/zsh-completions/zsh-completions-0.25.0.ebuild b/app-shells/zsh-completions/zsh-completions-0.25.0.ebuild index 3ba0582d57d..74e18cd0dbf 100644 --- a/app-shells/zsh-completions/zsh-completions-0.25.0.ebuild +++ b/app-shells/zsh-completions/zsh-completions-0.25.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 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi DESCRIPTION="Additional completion definitions for Zsh"