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 300401396D9 for ; Thu, 26 Oct 2017 21:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6853FE0C0D; Thu, 26 Oct 2017 21:27:34 +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 4461EE0C0D for ; Thu, 26 Oct 2017 21:27:34 +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 1AA0D33BEBE for ; Thu, 26 Oct 2017 21:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70427826 for ; Thu, 26 Oct 2017 21:27:31 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1509053243.fede5f93844c3237eca34190ace3d4a00530f9d5.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/ackvim/ackvim-1.0.9-r1.ebuild X-VCS-Directories: app-vim/ackvim/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: fede5f93844c3237eca34190ace3d4a00530f9d5 X-VCS-Branch: master Date: Thu, 26 Oct 2017 21:27:31 +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: 4a630bdd-6e2f-401b-9608-a1b930990726 X-Archives-Hash: 07a571f99240d55c954d5810c04f53c0 commit: fede5f93844c3237eca34190ace3d4a00530f9d5 Author: Patrice Clement gentoo org> AuthorDate: Thu Oct 26 21:23:02 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Oct 26 21:27:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fede5f93 app-vim/ackvim: stable for amd64+x86. Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-vim/ackvim/ackvim-1.0.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/ackvim/ackvim-1.0.9-r1.ebuild b/app-vim/ackvim/ackvim-1.0.9-r1.ebuild index 2157915d1aa..1b57e2677c1 100644 --- a/app-vim/ackvim/ackvim-1.0.9-r1.ebuild +++ b/app-vim/ackvim/ackvim-1.0.9-r1.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="vim plugin: run ack from vim" HOMEPAGE="https://github.com/mileszs/ack.vim" SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="sys-apps/ack"