summaryrefslogtreecommitdiff
path: root/dev-tcltk/itcl/itcl-4.2.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-25 23:40:26 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-25 23:40:26 +0000
commit4846d367ad566eb7f93a432cae0d261f28f65255 (patch)
tree38ebec4206555f569cde35b9162682808f184757 /dev-tcltk/itcl/itcl-4.2.2.ebuild
parent85809279ceef66e68b25eac8c3918bee6762f6cc (diff)
gentoo auto-resync : 25:02:2024 - 23:40:26
Diffstat (limited to 'dev-tcltk/itcl/itcl-4.2.2.ebuild')
-rw-r--r--dev-tcltk/itcl/itcl-4.2.2.ebuild5
1 files changed, 2 insertions, 3 deletions
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() {