diff options
author | 2024-02-25 10:59:31 +0100 | |
---|---|---|
committer | 2024-02-25 10:59:31 +0100 | |
commit | ef59a6faf2e581966370964cf1b2990e9368439c (patch) | |
tree | f5320c52232014d52700faffcb05244c68e8458b /dev-tcltk | |
parent | dev-tcltk/tclxml: drop QA warning (diff) | |
download | gentoo-ef59a6faf2e581966370964cf1b2990e9368439c.tar.gz gentoo-ef59a6faf2e581966370964cf1b2990e9368439c.tar.bz2 gentoo-ef59a6faf2e581966370964cf1b2990e9368439c.zip |
dev-tcltk/tkdnd: drop QA warning
Closes: https://bugs.gentoo.org/906867
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tkdnd/tkdnd-2.9.2-r1.ebuild (renamed from dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild b/dev-tcltk/tkdnd/tkdnd-2.9.2-r1.ebuild index d9d4041ec14d..e3ccfb133723 100644 --- a/dev-tcltk/tkdnd/tkdnd-2.9.2.ebuild +++ b/dev-tcltk/tkdnd/tkdnd-2.9.2-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_P=${PN}-release-test-v${PV} @@ -17,6 +17,10 @@ IUSE="debug threads X" DEPEND="dev-lang/tk:=" RDEPEND=${DEPEND} +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + S=${WORKDIR}/${PN}-${MY_P} RESTRICT="test" |