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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBC4C15802C for ; Tue, 17 Dec 2024 11:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 975A6E086F; Tue, 17 Dec 2024 11:51:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BF18DE0856 for ; Tue, 17 Dec 2024 11:51:26 +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 B8CDA340806 for ; Tue, 17 Dec 2024 11:51:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 137951EC5 for ; Tue, 17 Dec 2024 11:51:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1734436254.e4f5d2dc719428702bf309a472f22b41a5862b7e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/date/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/date/date-3.0.3.ebuild X-VCS-Directories: dev-libs/date/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4f5d2dc719428702bf309a472f22b41a5862b7e X-VCS-Branch: master Date: Tue, 17 Dec 2024 11:51:24 +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: 1f629644-a7cd-4dde-b183-43077e93e984 X-Archives-Hash: 62af688155dd85e0e0ca6bdf6aa0b695 commit: e4f5d2dc719428702bf309a472f22b41a5862b7e Author: Sam James gentoo org> AuthorDate: Tue Dec 17 11:49:44 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 17 11:50:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f5d2dc dev-libs/date: fix style issues * We do ${FILESDIR}, not $FILESDIR, per QA policy guide * Drop unnecessary src_prepare Bug: https://bugs.gentoo.org/846485 Signed-off-by: Sam James gentoo.org> dev-libs/date/date-3.0.3.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-libs/date/date-3.0.3.ebuild b/dev-libs/date/date-3.0.3.ebuild index 9162eabfbfed..1c137ea60d35 100644 --- a/dev-libs/date/date-3.0.3.ebuild +++ b/dev-libs/date/date-3.0.3.ebuild @@ -17,11 +17,7 @@ RESTRICT="!test? ( test )" BDEPEND="test? ( sys-devel/clang )" # tests call clang++ -PATCHES=( "$FILESDIR"/${PN}-3.0.3_remove-failing-tests.patch ) - -src_prepare() { - cmake_src_prepare -} +PATCHES=( "${FILESDIR}"/${PN}-3.0.3_remove-failing-tests.patch ) src_configure() { local mycmakeargs=(