commit: d5d46a3f0d17484e65c9ce82c65dae92e2e802ef Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 23 23:19:33 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 25 07:55:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d46a3f
dev-util/creduce: Switch to cmake, now that LLVM linking is fixed dev-util/creduce/creduce-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-util/creduce/creduce-9999.ebuild b/dev-util/creduce/creduce-9999.ebuild index 16015dd..72f7b8a 100644 --- a/dev-util/creduce/creduce-9999.ebuild +++ b/dev-util/creduce/creduce-9999.ebuild @@ -7,7 +7,8 @@ EAPI="6" EGIT_REPO_URI="https://github.com/csmith-project/creduce git://github.com/csmith-project/creduce" -inherit autotools git-r3 +: ${CMAKE_MAKEFILE_GENERATOR=Ninja} +inherit cmake-utils git-r3 DESCRIPTION="C-Reduce - a plugin-based C program reducer" HOMEPAGE="http://embed.cs.utah.edu/creduce/" @@ -31,8 +32,3 @@ RDEPEND="${COMMON_DEPEND} dev-util/astyle dev-util/indent" DEPEND="${COMMON_DEPEND}" - -src_prepare() { - default - eautoreconf -}
