diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 19:48:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 19:49:25 +0100 |
commit | fc443e0e13da24673456728f5fd29c8e537487cc (patch) | |
tree | e7c9a72d069b5f4e2c79c06ad6969f707362e332 /app-text/cmark | |
parent | */*: Switch proxy-maint to cmake.eclass (diff) | |
download | gentoo-fc443e0e13da24673456728f5fd29c8e537487cc.tar.gz gentoo-fc443e0e13da24673456728f5fd29c8e537487cc.tar.bz2 gentoo-fc443e0e13da24673456728f5fd29c8e537487cc.zip |
app-text/cmark: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/cmark')
-rw-r--r-- | app-text/cmark/cmark-0.29.0.ebuild | 4 |
1 files 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 2b06582a87f9..b9ccfa518b0a 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 } |