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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5934A15802F for ; Sun, 12 Mar 2023 08:30:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 798D6E07E6; Sun, 12 Mar 2023 08:30:57 +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 59FE4E07E6 for ; Sun, 12 Mar 2023 08:30:57 +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 29E46340D7F for ; Sun, 12 Mar 2023 08:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 935F321 for ; Sun, 12 Mar 2023 08:30:53 +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: <1678609803.3dd759652649e9f4b6272ccc4c4bd4fd54a8e455.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/iwidgets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild X-VCS-Directories: dev-tcltk/iwidgets/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 3dd759652649e9f4b6272ccc4c4bd4fd54a8e455 X-VCS-Branch: master Date: Sun, 12 Mar 2023 08:30:53 +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: e2923ede-ac2c-43f7-82cd-bab02d672d22 X-Archives-Hash: 0b536f2b184756d6e125875be0476105 commit: 3dd759652649e9f4b6272ccc4c4bd4fd54a8e455 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Mar 12 08:30:03 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Mar 12 08:30:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd75965 dev-tcltk/iwidgets: fix implicit function definition Closes: https://bugs.gentoo.org/900140 Signed-off-by: Alfredo Tupone gentoo.org> .../{iwidgets-4.1.1.ebuild => iwidgets-4.1.1-r1.ebuild} | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild b/dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild similarity index 89% rename from dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild rename to dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild index 78546ddecb5b..4bcb21331fc0 100644 --- a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild +++ b/dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit virtualx +inherit virtualx autotools BASE_URI_ITCLTK="mirror://sourceforge/incrtcl/%5BIncr%20Tcl_Tk%5D-4-source" ITCL_VER=4.1.1 @@ -27,12 +27,18 @@ DEPEND=" >=dev-tcltk/itk-${ITK_VER}" RDEPEND="${DEPEND}" +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + src_prepare() { default sed \ -e "/^\(LIB\|SCRIPT\)_INSTALL_DIR =/s|lib|$(get_libdir)|" \ -i Makefile.in || die + eautoreconf + # Bug 115470 rm doc/panedwindow.n