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 CD7A01395E1 for ; Mon, 31 Oct 2016 04:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8650E0BD8; Mon, 31 Oct 2016 04:23:27 +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 8F783E0BD8 for ; Mon, 31 Oct 2016 04:23:27 +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 B44FD3415A2 for ; Mon, 31 Oct 2016 04:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A7C2EE for ; Mon, 31 Oct 2016 04:23:24 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1477887752.8d252cdfcb7aa963bb16620b4fd7673e1cb2f65a.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/gnupg/gnupg-2.6.ebuild X-VCS-Directories: app-vim/gnupg/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8d252cdfcb7aa963bb16620b4fd7673e1cb2f65a X-VCS-Branch: master Date: Mon, 31 Oct 2016 04:23:24 +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: 6e97d949-2fdc-421b-bbdd-b163d0146b61 X-Archives-Hash: e9082a9163b3ad6697ae8b1f3b7ec0bb commit: 8d252cdfcb7aa963bb16620b4fd7673e1cb2f65a Author: Tim Harder gentoo org> AuthorDate: Mon Oct 31 04:22:32 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Oct 31 04:22:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d252cdf app-vim/gnupg: stabilize 2.6 app-vim/gnupg/gnupg-2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/gnupg/gnupg-2.6.ebuild b/app-vim/gnupg/gnupg-2.6.ebuild index 49055cb..5ac03e8 100644 --- a/app-vim/gnupg/gnupg-2.6.ebuild +++ b/app-vim/gnupg/gnupg-2.6.ebuild @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="transparent editing of gpg encrypted files" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3645" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" RDEPEND="app-crypt/gnupg"