commit:     fb4b6ffd832977eb47465d5c00b856bdf4003781
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 09:28:00 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 09:38:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4b6ffd

dev-tcltk/tktable: remove QA warning

Closes: https://bugs.gentoo.org/904951
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/tktable/tktable-2.10-r2.ebuild | 3 +--
 dev-tcltk/tktable/tktable-2.10.8.ebuild  | 7 +++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-tcltk/tktable/tktable-2.10-r2.ebuild 
b/dev-tcltk/tktable/tktable-2.10-r2.ebuild
index d2bfcfa012d0..8e87e159ddce 100644
--- a/dev-tcltk/tktable/tktable-2.10-r2.ebuild
+++ b/dev-tcltk/tktable/tktable-2.10-r2.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=8
@@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/tktable/${MY_P}.tar.gz"
 LICENSE="BSD"
 KEYWORDS="amd64 ppc x86"
 SLOT="0"
-IUSE=""
 
 DEPEND=">=dev-lang/tk-8.0:="
 RDEPEND="${DEPEND}"

diff --git a/dev-tcltk/tktable/tktable-2.10.8.ebuild 
b/dev-tcltk/tktable/tktable-2.10.8.ebuild
index 055679d579c2..016f5927872f 100644
--- a/dev-tcltk/tktable/tktable-2.10.8.ebuild
+++ b/dev-tcltk/tktable/tktable-2.10.8.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=8
@@ -11,7 +11,6 @@ 
SRC_URI="https://github.com/wjoye/${PN}/archive/refs/tags/v${PV}.tar.gz
 LICENSE="BSD"
 KEYWORDS="amd64 ppc x86"
 SLOT="0"
-IUSE=""
 RESTRICT="test"
 
 DEPEND=">=dev-lang/tk-8.0:="
@@ -20,6 +19,10 @@ RDEPEND="${DEPEND}"
 HTML_DOCS=( doc/tkTable.html )
 DOCS=( ChangeLog README.txt release.txt )
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       stat64 # used to test for Large File Support
+)
+
 PATCHES=(
        "${FILESDIR}"/${PN}-2.10-parallelMake.patch
        "${FILESDIR}"/${P}-clang6.patch

Reply via email to