diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-02-25 19:46:27 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-02-25 19:46:51 +0100 |
commit | e2037643f1a4abc0c765ebd2e8afe8dc36736a83 (patch) | |
tree | df9021d7389836ef63ed92d955ad13c951ba6ae2 /dev-tcltk | |
parent | dev-qt/qt-creator: disable designer by default in live (diff) | |
download | gentoo-e2037643f1a4abc0c765ebd2e8afe8dc36736a83.tar.gz gentoo-e2037643f1a4abc0c765ebd2e8afe8dc36736a83.tar.bz2 gentoo-e2037643f1a4abc0c765ebd2e8afe8dc36736a83.zip |
dev-tcltk/itcl: drop QA warning
Closes: https://bugs.gentoo.org/924208
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/itcl/itcl-4.1.1.ebuild | 3 | ||||
-rw-r--r-- | dev-tcltk/itcl/itcl-4.2.0.ebuild | 3 | ||||
-rw-r--r-- | dev-tcltk/itcl/itcl-4.2.1.ebuild | 3 | ||||
-rw-r--r-- | 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() { |