commit: fc443e0e13da24673456728f5fd29c8e537487cc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 18:48:57 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 18:49:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc443e0e
app-text/cmark: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/cmark/cmark-0.29.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/cmark/cmark-0.29.0.ebuild
b/app-text/cmark/cmark-0.29.0.ebuild
index 2b06582a87f..b9ccfa518b0 100644
--- a/app-text/cmark/cmark-0.29.0.ebuild
+++ b/app-text/cmark/cmark-0.29.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} )
-inherit cmake-utils python-any-r1
+inherit cmake python-any-r1
DESCRIPTION="CommonMark parsing and rendering library and program in C"
HOMEPAGE="https://github.com/commonmark/cmark"
@@ -30,5 +30,5 @@ src_configure() {
-DCMARK_STATIC=OFF
-DCMARK_TESTS="$(usex test)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}