diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-05 10:16:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-05 13:19:58 +0100 |
commit | 2cb6a6a2be79c00112a6f442d67f2567e371da81 (patch) | |
tree | f2215483efb057f1b154ed4b78f68af3de7faffc /dev-cpp | |
parent | net-libs/miniupnpc: Drop old (diff) | |
download | gentoo-2cb6a6a2be79c00112a6f442d67f2567e371da81.tar.gz gentoo-2cb6a6a2be79c00112a6f442d67f2567e371da81.tar.bz2 gentoo-2cb6a6a2be79c00112a6f442d67f2567e371da81.zip |
dev-cpp/catch: Update git branches
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/catch/catch-1.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/catch/catch-9999.ebuild | 1 |
2 files changed, 1 insertions, 2 deletions
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" |