diff options
-rw-r--r-- | dev-vcs/git/git-2.21.0.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.23.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.24.0_rc2.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/dev-vcs/git/git-2.21.0.ebuild b/dev-vcs/git/git-2.21.0.ebuild index b1c57943db0a..6e6639362845 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 152498a706f1..3771f2fdef01 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 c305c57e6449..314b0f442847 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 c305c57e6449..314b0f442847 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 c305c57e6449..314b0f442847 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 c305c57e6449..314b0f442847 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 c305c57e6449..314b0f442847 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 |