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 8DD701382FE for ; Sat, 9 Jul 2016 15:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F23821C097; Sat, 9 Jul 2016 15:45:09 +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 BC28D21C097 for ; Sat, 9 Jul 2016 15:45:08 +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 5D86F340DB2 for ; Sat, 9 Jul 2016 15:45:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 997D12416 for ; Sat, 9 Jul 2016 15:45:04 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1468079059.9b9b399f1e277dc267d76dc85b85e558a9ab7f8c.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/vcsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/vcsh/vcsh-1.20151229.ebuild X-VCS-Directories: dev-vcs/vcsh/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 9b9b399f1e277dc267d76dc85b85e558a9ab7f8c X-VCS-Branch: master Date: Sat, 9 Jul 2016 15:45:04 +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: ae2cb5f2-7da7-4b62-a8b4-52932b103a04 X-Archives-Hash: 3edddf9df10502b0dbc580930937c3cb commit: 9b9b399f1e277dc267d76dc85b85e558a9ab7f8c Author: Matthias Maier gentoo org> AuthorDate: Sat Jul 9 15:44:19 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Jul 9 15:44:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9b399f dev-vcs/vcsh: disable tests entirely Package-Manager: portage-2.2.28 dev-vcs/vcsh/vcsh-1.20151229.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-vcs/vcsh/vcsh-1.20151229.ebuild b/dev-vcs/vcsh/vcsh-1.20151229.ebuild index 8bbd845..9c3baf8 100644 --- a/dev-vcs/vcsh/vcsh-1.20151229.ebuild +++ b/dev-vcs/vcsh/vcsh-1.20151229.ebuild @@ -13,6 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="test" + RDEPEND="dev-vcs/git" DEPEND=""