From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D5E3139894 for ; Tue, 25 Aug 2015 02:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29C721419B; Tue, 25 Aug 2015 02:02:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D3D51419F for ; Tue, 25 Aug 2015 02:02:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BAC53409A4 for ; Tue, 25 Aug 2015 02:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB23C175 for ; Tue, 25 Aug 2015 02:02: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: <1440467844.04efb83673acddfa5a5f53d8a987091b9e7c5ce6.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/dirdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/dirdiff/dirdiff-1.1.5.ebuild X-VCS-Directories: app-vim/dirdiff/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 04efb83673acddfa5a5f53d8a987091b9e7c5ce6 X-VCS-Branch: master Date: Tue, 25 Aug 2015 02:02: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: ce46a93f-c3f7-4fef-bf96-7ae6a55730f6 X-Archives-Hash: cc3f38b4f67fad819d020e4574eff7d1 commit: 04efb83673acddfa5a5f53d8a987091b9e7c5ce6 Author: Tim Harder gentoo org> AuthorDate: Tue Aug 25 01:57:24 2015 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Aug 25 01:57:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04efb836 app-vim/dirdiff: stabilize 1.1.5 app-vim/dirdiff/dirdiff-1.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/dirdiff/dirdiff-1.1.5.ebuild b/app-vim/dirdiff/dirdiff-1.1.5.ebuild index 5bca626..2ce0e19 100644 --- a/app-vim/dirdiff/dirdiff-1.1.5.ebuild +++ b/app-vim/dirdiff/dirdiff-1.1.5.ebuild @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: diff and merge two directories recursively" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=102" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="sys-apps/diffutils"