From: Michał Górny Date: Sun, 5 Nov 2017 09:16:37 +0000 (+0100) Subject: dev-cpp/catch: Update git branches X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2cb6a6a2be79c00112a6f442d67f2567e371da81;p=gentoo.git dev-cpp/catch: Update git branches --- diff --git a/dev-cpp/catch/catch-1.9999.ebuild b/dev-cpp/catch/catch-1.9999.ebuild index 8949a527ca65..b6b3d982a71b 100644 --- a/dev-cpp/catch/catch-1.9999.ebuild +++ b/dev-cpp/catch/catch-1.9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 EGIT_REPO_URI="https://github.com/philsquared/Catch.git" -EGIT_BRANCH=master +EGIT_BRANCH=Catch1.x inherit cmake-utils git-r3 DESCRIPTION="Modern C++ header-only framework for unit-tests" diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild index 5ca782d46a21..41195675fe3b 100644 --- a/dev-cpp/catch/catch-9999.ebuild +++ b/dev-cpp/catch/catch-9999.ebuild @@ -4,7 +4,6 @@ EAPI=6 EGIT_REPO_URI="https://github.com/philsquared/Catch.git" -EGIT_BRANCH=catch2 inherit cmake-utils git-r3 DESCRIPTION="Modern C++ header-only framework for unit-tests"