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 D9A7E1396D9 for ; Tue, 10 Oct 2017 21:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31E222BC004; Tue, 10 Oct 2017 21:15:05 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10A772BC004 for ; Tue, 10 Oct 2017 21:15:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D110B33BE19 for ; Tue, 10 Oct 2017 21:15:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63399909C for ; Tue, 10 Oct 2017 21:15:02 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1507670078.cec2dd7f337ea5a6c8152e73567e650c47a9ee62.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/vit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/vit/vit-1.2-r1.ebuild X-VCS-Directories: app-misc/vit/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: cec2dd7f337ea5a6c8152e73567e650c47a9ee62 X-VCS-Branch: master Date: Tue, 10 Oct 2017 21:15:02 +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: 69c8c91d-d7f3-406d-b8bc-ec27f61ddf5f X-Archives-Hash: 66fb5b06c4bfb796847fb5ebbe8b1a99 commit: cec2dd7f337ea5a6c8152e73567e650c47a9ee62 Author: Stephen L Arnold gentoo org> AuthorDate: Tue Oct 10 06:56:33 2017 +0000 Commit: Steve Arnold gentoo org> CommitDate: Tue Oct 10 21:14:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec2dd7f app-misc/vit: add test restriction due to missing test makefile Package-Manager: Portage-2.3.11, Repoman-2.3.3 app-misc/vit/vit-1.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-misc/vit/vit-1.2-r1.ebuild b/app-misc/vit/vit-1.2-r1.ebuild index ca5df43d3f3..6ab36054384 100644 --- a/app-misc/vit/vit-1.2-r1.ebuild +++ b/app-misc/vit/vit-1.2-r1.ebuild @@ -20,6 +20,8 @@ DEPEND=" dev-perl/Curses" RDEPEND="${DEPEND}" +RESTRICT="test" # missing the extra .makefile for extra targets (like test) + S="${WORKDIR}/${PN}" src_prepare() {