dev-util/creduce: Switch to cmake, now that LLVM linking is fixed
authorMichał Górny <mgorny@gentoo.org>
Wed, 23 Nov 2016 23:19:33 +0000 (00:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 25 Nov 2016 07:55:40 +0000 (08:55 +0100)
dev-util/creduce/creduce-9999.ebuild

index 16015ddc1bc68e17ad011874b1f7a6edcb2a051e..72f7b8ad855d84c82830797949cef6428ac801e5 100644 (file)
@@ -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
-}