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 A0663138334 for ; Sun, 3 Nov 2019 15:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB4B0E0871; Sun, 3 Nov 2019 15:25:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AEB8EE0871 for ; Sun, 3 Nov 2019 15:25:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 437A834C729 for ; Sun, 3 Nov 2019 15:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5C3B7F9 for ; Sun, 3 Nov 2019 15:25:50 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1572794743.e1fec93c3b5c3be5327a6ef8d891eef01111aa46.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/git-2.21.0.ebuild dev-vcs/git/git-2.23.0-r1.ebuild dev-vcs/git/git-2.24.0_rc2.ebuild dev-vcs/git/git-9999-r1.ebuild dev-vcs/git/git-9999-r2.ebuild dev-vcs/git/git-9999-r3.ebuild dev-vcs/git/git-9999.ebuild X-VCS-Directories: dev-vcs/git/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e1fec93c3b5c3be5327a6ef8d891eef01111aa46 X-VCS-Branch: master Date: Sun, 3 Nov 2019 15:25:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e74c8162-448a-4c78-8803-e13dc03d10be X-Archives-Hash: 239d046c8a49e39e8cc8f3dd63d84ba2 commit: e1fec93c3b5c3be5327a6ef8d891eef01111aa46 Author: Lars Wendler gentoo org> AuthorDate: Sun Nov 3 15:25:43 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Nov 3 15:25:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fec93c dev-vcs/git: Fixed a QA warning Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> dev-vcs/git/git-2.21.0.ebuild | 2 ++ dev-vcs/git/git-2.23.0-r1.ebuild | 2 ++ dev-vcs/git/git-2.24.0_rc2.ebuild | 2 ++ dev-vcs/git/git-9999-r1.ebuild | 2 ++ dev-vcs/git/git-9999-r2.ebuild | 2 ++ dev-vcs/git/git-9999-r3.ebuild | 2 ++ dev-vcs/git/git-9999.ebuild | 2 ++ 7 files changed, 14 insertions(+) diff --git a/dev-vcs/git/git-2.21.0.ebuild b/dev-vcs/git/git-2.21.0.ebuild index b1c57943db0..6e663936284 100644 --- a/dev-vcs/git/git-2.21.0.ebuild +++ b/dev-vcs/git/git-2.21.0.ebuild @@ -135,6 +135,8 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) " +RESTRICT="!test? ( test )" + PATCHES=( # bug #350330 - automagic CVS when we don't want it is bad. "${FILESDIR}"/git-2.18.0_rc1-optional-cvs.patch diff --git a/dev-vcs/git/git-2.23.0-r1.ebuild b/dev-vcs/git/git-2.23.0-r1.ebuild index 152498a706f..3771f2fdef0 100644 --- a/dev-vcs/git/git-2.23.0-r1.ebuild +++ b/dev-vcs/git/git-2.23.0-r1.ebuild @@ -136,6 +136,8 @@ REQUIRED_USE=" perforce? ( ${PYTHON_REQUIRED_USE} ) " +RESTRICT="!test? ( test )" + PATCHES=( # bug #350330 - automagic CVS when we don't want it is bad. "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch diff --git a/dev-vcs/git/git-2.24.0_rc2.ebuild b/dev-vcs/git/git-2.24.0_rc2.ebuild index c305c57e644..314b0f44284 100644 --- a/dev-vcs/git/git-2.24.0_rc2.ebuild +++ b/dev-vcs/git/git-2.24.0_rc2.ebuild @@ -139,6 +139,8 @@ REQUIRED_USE=" perforce? ( ${PYTHON_REQUIRED_USE} ) " +RESTRICT="!test? ( test )" + PATCHES=( # bug #350330 - automagic CVS when we don't want it is bad. "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index c305c57e644..314b0f44284 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -139,6 +139,8 @@ REQUIRED_USE=" perforce? ( ${PYTHON_REQUIRED_USE} ) " +RESTRICT="!test? ( test )" + PATCHES=( # bug #350330 - automagic CVS when we don't want it is bad. "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index c305c57e644..314b0f44284 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -139,6 +139,8 @@ REQUIRED_USE=" perforce? ( ${PYTHON_REQUIRED_USE} ) " +RESTRICT="!test? ( test )" + PATCHES=( # bug #350330 - automagic CVS when we don't want it is bad. "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index c305c57e644..314b0f44284 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -139,6 +139,8 @@ REQUIRED_USE=" perforce? ( ${PYTHON_REQUIRED_USE} ) " +RESTRICT="!test? ( test )" + PATCHES=( # bug #350330 - automagic CVS when we don't want it is bad. "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index c305c57e644..314b0f44284 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -139,6 +139,8 @@ REQUIRED_USE=" perforce? ( ${PYTHON_REQUIRED_USE} ) " +RESTRICT="!test? ( test )" + PATCHES=( # bug #350330 - automagic CVS when we don't want it is bad. "${FILESDIR}"/git-2.22.0_rc0-optional-cvs.patch