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 CA67D139694 for ; Wed, 1 Mar 2017 23:50:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15A7EE0CBA; Wed, 1 Mar 2017 23:50:57 +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 E4D7BE0CBA for ; Wed, 1 Mar 2017 23:50:56 +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 E640B3416D7 for ; Wed, 1 Mar 2017 23:50:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AE7F592D for ; Wed, 1 Mar 2017 23:50:54 +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: <1488412213.33113d8a0a029ea9309ad4904e5e61eb0248c34c.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimbuddy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild X-VCS-Directories: app-vim/vimbuddy/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 33113d8a0a029ea9309ad4904e5e61eb0248c34c X-VCS-Branch: master Date: Wed, 1 Mar 2017 23:50: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: 1e8b61b5-0bd7-41cc-9fc7-7cba56de499b X-Archives-Hash: 4d584169460870096cb1f8b55b95e457 commit: 33113d8a0a029ea9309ad4904e5e61eb0248c34c Author: Patrice Clement gentoo org> AuthorDate: Wed Mar 1 23:50:13 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Mar 1 23:50:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33113d8a app-vim/vimbuddy: stable for amd64. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild index ab67f9375df..8cd913f07dd 100644 --- a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild +++ b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,8 +10,7 @@ HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim" SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip" LICENSE="public-domain" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" S="${WORKDIR}/${PN}.vim-${PV}"