diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-03-11 22:44:16 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-03-11 22:45:11 +0100 |
commit | d8eade2f3a83e05d1b6f4e04811a9e15671b8863 (patch) | |
tree | b053defd87244f10e303444d30e0f975206b0b16 /dev-tcltk | |
parent | app-containers/docker-compose: keyword 2.16.0 for ~amd64, ~arm64 (diff) | |
download | gentoo-d8eade2f3a83e05d1b6f4e04811a9e15671b8863.tar.gz gentoo-d8eade2f3a83e05d1b6f4e04811a9e15671b8863.tar.bz2 gentoo-d8eade2f3a83e05d1b6f4e04811a9e15671b8863.zip |
dev-tcltk/itcl: stat64 is ok for configure
Closes: https://bugs.gentoo.org/900136
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/itcl/itcl-4.2.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-tcltk/itcl/itcl-4.2.2.ebuild b/dev-tcltk/itcl/itcl-4.2.2.ebuild index 68318f98f503..87438d8e2a38 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-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,10 @@ S="${WORKDIR}/${PN}-${MYP}" # somehow broken #RESTRICT=test +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + src_prepare() { default cp -r itclWidget/tclconfig tclconfig || die |