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 21C68139085 for ; Sat, 17 Dec 2016 15:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B7E6E0C41; Sat, 17 Dec 2016 15:33:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5C6C6E0C41 for ; Sat, 17 Dec 2016 15:33:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A1A5B340DD8 for ; Sat, 17 Dec 2016 15:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FBCF492 for ; Sat, 17 Dec 2016 15:32:58 +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: <1481988763.816c9d47b0db8c75a237c019f1c94557078ac812.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gvim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gvim/gvim-8.0.0106.ebuild X-VCS-Directories: app-editors/gvim/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 816c9d47b0db8c75a237c019f1c94557078ac812 X-VCS-Branch: master Date: Sat, 17 Dec 2016 15:32:58 +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: 4f39abcc-c7ca-4939-b472-0289ea3136b9 X-Archives-Hash: 4c5f90805171a0ed56411c5f254392ca commit: 816c9d47b0db8c75a237c019f1c94557078ac812 Author: Markus Meier gentoo org> AuthorDate: Sat Dec 17 15:32:43 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Dec 17 15:32:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816c9d47 app-editors/gvim: arm stable, bug #600650 Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="arm" app-editors/gvim/gvim-8.0.0106.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gvim/gvim-8.0.0106.ebuild b/app-editors/gvim/gvim-8.0.0106.ebuild index f291801..b5dcfe5 100644 --- a/app-editors/gvim/gvim-8.0.0106.ebuild +++ b/app-editors/gvim/gvim-8.0.0106.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz https://dev.gentoo.org/~radhermit/vim/vim-8.0.0106-gentoo-patches.tar.bz2" - KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi DESCRIPTION="GUI version of the Vim text editor"