diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-02-25 10:28:00 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-02-25 10:38:44 +0100 |
commit | fb4b6ffd832977eb47465d5c00b856bdf4003781 (patch) | |
tree | a7c89ae89a79b55835d934e8fc58ed1f644ea713 /dev-tcltk | |
parent | dev-build/gdb-14.1-r1: fix compilation on Solaris (diff) | |
download | gentoo-fb4b6ffd832977eb47465d5c00b856bdf4003781.tar.gz gentoo-fb4b6ffd832977eb47465d5c00b856bdf4003781.tar.bz2 gentoo-fb4b6ffd832977eb47465d5c00b856bdf4003781.zip |
dev-tcltk/tktable: remove QA warning
Closes: https://bugs.gentoo.org/904951
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/tktable/tktable-2.10-r2.ebuild | 3 | ||||
-rw-r--r-- | 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 |