commit: 3f61b28c74e149b14c6295b709db80aa0f16ef37
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 06:20:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 06:21:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f61b28c
dev-libs/json-c: cleanup
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/json-c/json-c-0.16-r1.ebuild | 10 +---------
dev-libs/json-c/json-c-9999.ebuild | 6 +-----
2 files changed, 2 insertions(+), 14 deletions(-)
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
}
diff --git a/dev-libs/json-c/json-c-9999.ebuild
b/dev-libs/json-c/json-c-9999.ebuild
index 45ad70272198..d1cd5a7aa95a 100644
--- a/dev-libs/json-c/json-c-9999.ebuild
+++ b/dev-libs/json-c/json-c-9999.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
@@ -19,10 +19,6 @@ MULTILIB_WRAPPED_HEADERS=(
/usr/include/json-c/config.h
)
-src_prepare() {
- cmake_src_prepare
-}
-
multilib_src_configure() {
local mycmakeargs=(
-DDISABLE_WERROR=ON