diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-16 16:00:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-16 16:09:06 +0200 |
commit | 0505b7cb7b131ae7b9a53a6dd61b7ea39917b69b (patch) | |
tree | 4bca73d3817c16e44d5a02aeca61966947a305b6 /dev-cpp | |
parent | dev-cpp/catch: Bump to 1.9.4 (diff) | |
download | gentoo-0505b7cb7b131ae7b9a53a6dd61b7ea39917b69b.tar.gz gentoo-0505b7cb7b131ae7b9a53a6dd61b7ea39917b69b.tar.bz2 gentoo-0505b7cb7b131ae7b9a53a6dd61b7ea39917b69b.zip |
dev-cpp/catch: Update the live ebuild
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/catch/catch-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild index 78eb2acc0dcd..41195675fe3b 100644 --- a/dev-cpp/catch/catch-9999.ebuild +++ b/dev-cpp/catch/catch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="" IUSE="" -CMAKE_USE_DIR=${S}/projects/CMake - # CMake is only used to build & run tests, so override phases src_configure() { :; } src_compile() { :; } |