commit: 8e30c9b1f86cf50a8e84e8042956c3568111cccf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 07:59:12 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 08:19:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e30c9b1
dev-cpp/catch: Split the live ebuild to upst branches
dev-cpp/catch/{catch-9999.ebuild => catch-1.9999.ebuild} | 1 +
dev-cpp/catch/catch-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-1.9999.ebuild
similarity index 97%
copy from dev-cpp/catch/catch-9999.ebuild
copy to dev-cpp/catch/catch-1.9999.ebuild
index 41195675fe3..8949a527ca6 100644
--- a/dev-cpp/catch/catch-9999.ebuild
+++ b/dev-cpp/catch/catch-1.9999.ebuild
@@ -4,6 +4,7 @@
EAPI=6
EGIT_REPO_URI="https://github.com/philsquared/Catch.git"
+EGIT_BRANCH=master
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 41195675fe3..5ca782d46a2 100644
--- a/dev-cpp/catch/catch-9999.ebuild
+++ b/dev-cpp/catch/catch-9999.ebuild
@@ -4,6 +4,7 @@
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"