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 B6E1215802F for ; Sat, 11 Mar 2023 22:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC262E077A; Sat, 11 Mar 2023 22:09:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CD317E077A for ; Sat, 11 Mar 2023 22:09:19 +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 5652E340E39 for ; Sat, 11 Mar 2023 22:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC55E8CE for ; Sat, 11 Mar 2023 22:09:16 +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: <1678572502.66fbaa91e2107d91e918a3d6c95470d59aed7eca.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tclx/tclx-8.4.4-r1.ebuild dev-tcltk/tclx/tclx-8.4.4-r2.ebuild X-VCS-Directories: dev-tcltk/tclx/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 66fbaa91e2107d91e918a3d6c95470d59aed7eca X-VCS-Branch: master Date: Sat, 11 Mar 2023 22:09:16 +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: d0c88ed0-3557-4305-a9e9-46f47978b608 X-Archives-Hash: 07ce51c0494e662c8e0300453b5a50b9 commit: 66fbaa91e2107d91e918a3d6c95470d59aed7eca Author: Alfredo Tupone gentoo org> AuthorDate: Sat Mar 11 22:08:22 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Mar 11 22:08:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fbaa91 dev-tcltk/tclx: autoreconf & stat64 good for configure Closes: https://bugs.gentoo.org/900463 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/tclx/{tclx-8.4.4-r1.ebuild => tclx-8.4.4-r2.ebuild} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/tclx/tclx-8.4.4-r1.ebuild b/dev-tcltk/tclx/tclx-8.4.4-r2.ebuild similarity index 87% rename from dev-tcltk/tclx/tclx-8.4.4-r1.ebuild rename to dev-tcltk/tclx/tclx-8.4.4-r2.ebuild index 34d1fe02ea60..38ea1746b9a3 100644 --- a/dev-tcltk/tclx/tclx-8.4.4-r1.ebuild +++ b/dev-tcltk/tclx/tclx-8.4.4-r2.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit autotools + DESCRIPTION="A set of extensions to TCL" HOMEPAGE="http://tclx.sourceforge.net" SRC_URI="https://github.com/flightaware/${PN}/archive/v${PV}.tar.gz @@ -26,11 +28,16 @@ PATCHES=( "${FILESDIR}"/${P}-configure-clang16-deux.patch ) +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + src_prepare() { sed \ -e '/CC=/s:-pipe::g' \ -i tclconfig/tcl.m4 configure || die default + eautoreconf } src_configure() {