From 3f61b28c74e149b14c6295b709db80aa0f16ef37 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 26 Mar 2023 07:20:48 +0100 Subject: dev-libs/json-c: cleanup Signed-off-by: Sam James --- dev-libs/json-c/json-c-0.16-r1.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'dev-libs/json-c/json-c-0.16-r1.ebuild') diff --git a/dev-libs/json-c/json-c-0.16-r1.ebuild b/dev-libs/json-c/json-c-0.16-r1.ebuild index 897ab5dfeac0..0b8f70b084cd 100644 --- a/dev-libs/json-c/json-c-0.16-r1.ebuild +++ b/dev-libs/json-c/json-c-0.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,10 +20,6 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/json-c/config.h ) -src_prepare() { - cmake_src_prepare -} - multilib_src_configure() { local mycmakeargs=( -DBUILD_STATIC_LIBS=$(usex static-libs) @@ -36,10 +32,6 @@ multilib_src_configure() { cmake_src_configure } -multilib_src_compile() { - cmake_src_compile -} - multilib_src_test() { multilib_is_native_abi && cmake_src_test } -- cgit v1.2.3