commit: 0a2f7dda89a2ee2092cbcbf62a88976f409ab217 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jan 6 10:53:05 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 12:23:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2f7dda
dev-lang/zig: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-lang/zig/zig-0.5.0.ebuild | 8 ++++---- dev-lang/zig/zig-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-lang/zig/zig-0.5.0.ebuild b/dev-lang/zig/zig-0.5.0.ebuild index 7189e4ddc62..223f162cfd9 100644 --- a/dev-lang/zig/zig-0.5.0.ebuild +++ b/dev-lang/zig/zig-0.5.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils llvm +inherit cmake llvm DESCRIPTION="A robust, optimal, and maintainable programming language" HOMEPAGE="https://ziglang.org/" @@ -48,7 +48,7 @@ src_prepare() { sed -i 's/--prefix "${CMAKE_INSTALL_PREFIX}"/--prefix ".\/${CMAKE_INSTALL_PREFIX}"/' CMakeLists.txt || \ die "unable to fix install path" - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -57,5 +57,5 @@ src_configure() { -DCLANG_LIBDIRS="$(llvm-config --libdir)" ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild index 7189e4ddc62..223f162cfd9 100644 --- a/dev-lang/zig/zig-9999.ebuild +++ b/dev-lang/zig/zig-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils llvm +inherit cmake llvm DESCRIPTION="A robust, optimal, and maintainable programming language" HOMEPAGE="https://ziglang.org/" @@ -48,7 +48,7 @@ src_prepare() { sed -i 's/--prefix "${CMAKE_INSTALL_PREFIX}"/--prefix ".\/${CMAKE_INSTALL_PREFIX}"/' CMakeLists.txt || \ die "unable to fix install path" - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -57,5 +57,5 @@ src_configure() { -DCLANG_LIBDIRS="$(llvm-config --libdir)" ) - cmake-utils_src_configure + cmake_src_configure }
