Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/vcsh/
Date: Sat, 09 Jul 2016 15:45:40
Message-Id: 1468079059.9b9b399f1e277dc267d76dc85b85e558a9ab7f8c.tamiko@gentoo
1 commit: 9b9b399f1e277dc267d76dc85b85e558a9ab7f8c
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 9 15:44:19 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 15:44:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9b399f
7
8 dev-vcs/vcsh: disable tests entirely
9
10 Package-Manager: portage-2.2.28
11
12 dev-vcs/vcsh/vcsh-1.20151229.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-vcs/vcsh/vcsh-1.20151229.ebuild b/dev-vcs/vcsh/vcsh-1.20151229.ebuild
16 index 8bbd845..9c3baf8 100644
17 --- a/dev-vcs/vcsh/vcsh-1.20151229.ebuild
18 +++ b/dev-vcs/vcsh/vcsh-1.20151229.ebuild
19 @@ -13,6 +13,8 @@ SLOT="0"
20 KEYWORDS="~amd64 ~x86"
21 IUSE=""
22
23 +RESTRICT="test"
24 +
25 RDEPEND="dev-vcs/git"
26 DEPEND=""