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 0AE5915802F for ; Sun, 12 Mar 2023 08:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F408E07E6; Sun, 12 Mar 2023 08:33:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0A362E07E6 for ; Sun, 12 Mar 2023 08:33:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5102340E3C for ; Sun, 12 Mar 2023 08:33:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B88168D6 for ; Sun, 12 Mar 2023 08:33:46 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1678609993.c9d289188504c8584d8e3938a07b0b99366a3cb2.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tdom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tdom/tdom-0.9.3.ebuild X-VCS-Directories: dev-tcltk/tdom/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c9d289188504c8584d8e3938a07b0b99366a3cb2 X-VCS-Branch: master Date: Sun, 12 Mar 2023 08:33:46 +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: 343965a4-2f67-49e7-bc63-389348f8861d X-Archives-Hash: 1dc42e7d12e94fc6f257e76300c36b3d commit: c9d289188504c8584d8e3938a07b0b99366a3cb2 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 12 08:33:13 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 12 08:33:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d28918 dev-tcltk/tdom: stat64 check is allowed Closes: https://bugs.gentoo.org/900919 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/tdom/tdom-0.9.3.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-tcltk/tdom/tdom-0.9.3.ebuild b/dev-tcltk/tdom/tdom-0.9.3.ebuild index b5944cf4da05..09e95f2759e8 100644 --- a/dev-tcltk/tdom/tdom-0.9.3.ebuild +++ b/dev-tcltk/tdom/tdom-0.9.3.ebuild @@ -25,6 +25,10 @@ S="${WORKDIR}"/${P}-src PATCHES=( "${FILESDIR}"/${PN}-0.9.2-useCC.patch ) +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + src_prepare() { append-libs -lm sed \