commit: 2cb6a6a2be79c00112a6f442d67f2567e371da81 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 5 09:16:37 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 5 12:19:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb6a6a2
dev-cpp/catch: Update git branches dev-cpp/catch/catch-1.9999.ebuild | 2 +- dev-cpp/catch/catch-9999.ebuild | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-cpp/catch/catch-1.9999.ebuild b/dev-cpp/catch/catch-1.9999.ebuild index 8949a527ca6..b6b3d982a71 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 5ca782d46a2..41195675fe3 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"
