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 C6748139697 for ; Fri, 3 Mar 2017 19:14:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 247B921C038; Fri, 3 Mar 2017 19:14:48 +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 05B9521C038 for ; Fri, 3 Mar 2017 19:14:47 +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 9D8D9341750 for ; Fri, 3 Mar 2017 19:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13D5A5B3F for ; Fri, 3 Mar 2017 19:14:45 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1488568400.4d8d231cff0c362a399f2a1cff37cc103a1bbc09.klausman@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.0386.ebuild X-VCS-Directories: app-editors/gvim/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 4d8d231cff0c362a399f2a1cff37cc103a1bbc09 X-VCS-Branch: master Date: Fri, 3 Mar 2017 19:14:45 +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: 0a0fab20-e849-4479-9389-6d48537c41e5 X-Archives-Hash: 09842fdc38c75095bdf7b9cccd41b942 commit: 4d8d231cff0c362a399f2a1cff37cc103a1bbc09 Author: Tobias Klausmann gentoo org> AuthorDate: Fri Mar 3 19:13:20 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Fri Mar 3 19:13:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8d231c app-editors/gvim-8.0.0386-r0: add alpha keyword Gentoo-Bug: 611386 app-editors/gvim/gvim-8.0.0386.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gvim/gvim-8.0.0386.ebuild b/app-editors/gvim/gvim-8.0.0386.ebuild index ba7529e5ea0..35a50f5b059 100644 --- a/app-editors/gvim/gvim-8.0.0386.ebuild +++ b/app-editors/gvim/gvim-8.0.0386.ebuild @@ -14,7 +14,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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi DESCRIPTION="GUI version of the Vim text editor"