commit: 28e7b04ef641b30f54b05e94668ae776519fdea8 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 28 15:46:22 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 28 18:08:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e7b04e
dev-libs/libbson: Switch to cmake.eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/libbson/libbson-1.17.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/libbson/libbson-1.17.0.ebuild b/dev-libs/libbson/libbson-1.17.0.ebuild index d29735c6690..a25e6ef7e4e 100644 --- a/dev-libs/libbson/libbson-1.17.0.ebuild +++ b/dev-libs/libbson/libbson-1.17.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Library routines related to building,parsing and iterating BSON documents" HOMEPAGE="https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson" @@ -34,7 +34,7 @@ src_configure() { -DENABLE_UNINSTALL=OFF ) - cmake-utils_src_configure + cmake_src_configure } src_install() { @@ -43,5 +43,5 @@ src_install() { dodoc src/libbson/examples/*.c fi - cmake-utils_src_install + cmake_src_install }
