From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF331158095 for ; Mon, 15 Aug 2022 14:10:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 192B9E1005; Mon, 15 Aug 2022 14:10:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E17C8E1004 for ; Mon, 15 Aug 2022 14:10:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6C8F3411E6 for ; Mon, 15 Aug 2022 14:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40D6C574 for ; Mon, 15 Aug 2022 14:10:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1660572593.8872f22d29d961d1d7c38f4a16f86ef579b1d9df.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmocka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmocka/cmocka-1.1.5.ebuild X-VCS-Directories: dev-util/cmocka/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8872f22d29d961d1d7c38f4a16f86ef579b1d9df X-VCS-Branch: master Date: Mon, 15 Aug 2022 14:10:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6a58000-ef09-4863-8ebd-3092898a2bfd X-Archives-Hash: 88a1342a0e0e404be7a615cca819547a commit: 8872f22d29d961d1d7c38f4a16f86ef579b1d9df Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 14 21:17:38 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 15 14:09:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8872f22d dev-util/cmocka: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/cmocka/cmocka-1.1.5.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-util/cmocka/cmocka-1.1.5.ebuild b/dev-util/cmocka/cmocka-1.1.5.ebuild index 0327341cd209..b2f60df8bddb 100644 --- a/dev-util/cmocka/cmocka-1.1.5.ebuild +++ b/dev-util/cmocka/cmocka-1.1.5.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -CMAKE_ECLASS=cmake inherit cmake-multilib DESCRIPTION="Unit testing framework for C" @@ -16,9 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv IUSE="doc examples static-libs test" RESTRICT="!test? ( test )" -BDEPEND=" - doc? ( app-doc/doxygen[dot] ) -" +BDEPEND="doc? ( app-doc/doxygen[dot] )" multilib_src_configure() { local mycmakeargs=(