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 5D60D158041 for ; Sun, 25 Feb 2024 18:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9606DE29B8; Sun, 25 Feb 2024 18:47:13 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7761BE29B8 for ; Sun, 25 Feb 2024 18:47: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A30633C84E for ; Sun, 25 Feb 2024 18:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 022B7B2F for ; Sun, 25 Feb 2024 18:47:11 +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: <1708886811.e2037643f1a4abc0c765ebd2e8afe8dc36736a83.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/itcl/itcl-4.1.1.ebuild dev-tcltk/itcl/itcl-4.2.0.ebuild dev-tcltk/itcl/itcl-4.2.1.ebuild dev-tcltk/itcl/itcl-4.2.2.ebuild X-VCS-Directories: dev-tcltk/itcl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e2037643f1a4abc0c765ebd2e8afe8dc36736a83 X-VCS-Branch: master Date: Sun, 25 Feb 2024 18:47: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: adcfc431-b6fb-45b7-b55a-259e761e8b40 X-Archives-Hash: 261b8206b3238e8c3852bbe1ab143f0c commit: e2037643f1a4abc0c765ebd2e8afe8dc36736a83 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Feb 25 18:46:27 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Feb 25 18:46:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2037643 dev-tcltk/itcl: drop QA warning Closes: https://bugs.gentoo.org/924208 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/itcl/itcl-4.1.1.ebuild | 3 +-- dev-tcltk/itcl/itcl-4.2.0.ebuild | 3 +-- dev-tcltk/itcl/itcl-4.2.1.ebuild | 3 +-- dev-tcltk/itcl/itcl-4.2.2.ebuild | 5 ++--- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/dev-tcltk/itcl/itcl-4.1.1.ebuild b/dev-tcltk/itcl/itcl-4.1.1.ebuild index 1df899f25f0c..0c537d94770e 100644 --- a/dev-tcltk/itcl/itcl-4.1.1.ebuild +++ b/dev-tcltk/itcl/itcl-4.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/project/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itcl% SLOT="0" LICENSE="BSD" KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux" -IUSE="" RDEPEND=">=dev-lang/tcl-8.6:0=" DEPEND="${RDEPEND}" diff --git a/dev-tcltk/itcl/itcl-4.2.0.ebuild b/dev-tcltk/itcl/itcl-4.2.0.ebuild index 4e580a9a8695..c2d91da4c16d 100644 --- a/dev-tcltk/itcl/itcl-4.2.0.ebuild +++ b/dev-tcltk/itcl/itcl-4.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/project/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itcl% SLOT="0" LICENSE="BSD" KEYWORDS="~alpha amd64 arm64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux" -IUSE="" RDEPEND=">=dev-lang/tcl-8.6:0=" DEPEND="${RDEPEND}" diff --git a/dev-tcltk/itcl/itcl-4.2.1.ebuild b/dev-tcltk/itcl/itcl-4.2.1.ebuild index f91441c20dc7..c28a02066c04 100644 --- a/dev-tcltk/itcl/itcl-4.2.1.ebuild +++ b/dev-tcltk/itcl/itcl-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/tcltk/${PN}/archive/refs/tags/${MYP}.tar.gz" SLOT="0" LICENSE="BSD" KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" RDEPEND=">=dev-lang/tcl-8.6:0=" DEPEND="${RDEPEND}" diff --git a/dev-tcltk/itcl/itcl-4.2.2.ebuild b/dev-tcltk/itcl/itcl-4.2.2.ebuild index 87438d8e2a38..4df25396bfcf 100644 --- a/dev-tcltk/itcl/itcl-4.2.2.ebuild +++ b/dev-tcltk/itcl/itcl-4.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/tcltk/${PN}/archive/refs/tags/${MYP}.tar.gz" SLOT="0" LICENSE="BSD" KEYWORDS="~alpha amd64 arm64 ~ia64 ppc ~riscv sparc x86 ~amd64-linux ~x86-linux" -IUSE="" RDEPEND=">=dev-lang/tcl-8.6:0=" DEPEND="${RDEPEND}" @@ -23,7 +22,7 @@ S="${WORKDIR}/${PN}-${MYP}" #RESTRICT=test QA_CONFIG_IMPL_DECL_SKIP=( - stat64 # used to test for Large File Support + stat64 opendir64 rewinddir64 closedir64 # used to test for Large File Support ) src_prepare() {