diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-02 20:07:25 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-02 20:09:46 +0100 |
commit | 86dbe75068bbedbc3a9e591cb79fbf9b21e0992c (patch) | |
tree | 22751e1ef518f1af8373d6d0cc226b24c7bb8096 /dev-libs/spdlog/spdlog-9999.ebuild | |
parent | */*: Switch m-n packages to cmake.eclass (diff) | |
download | gentoo-86dbe75068bbedbc3a9e591cb79fbf9b21e0992c.tar.gz gentoo-86dbe75068bbedbc3a9e591cb79fbf9b21e0992c.tar.bz2 gentoo-86dbe75068bbedbc3a9e591cb79fbf9b21e0992c.zip |
dev-libs/spdlog: 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 'dev-libs/spdlog/spdlog-9999.ebuild')
-rw-r--r-- | dev-libs/spdlog/spdlog-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/spdlog/spdlog-9999.ebuild b/dev-libs/spdlog/spdlog-9999.ebuild index 3381d35fd4b5..f0b80109ac4a 100644 --- a/dev-libs/spdlog/spdlog-9999.ebuild +++ b/dev-libs/spdlog/spdlog-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Very fast, header only, C++ logging library" HOMEPAGE="https://github.com/gabime/spdlog" @@ -37,5 +37,5 @@ src_configure() { -DSPDLOG_BUILD_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure } |