commit: 767798127a61db6ee7dc2da2496038daaf88f9bd Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sun Feb 25 09:51:16 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sun Feb 25 09:51:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76779812
dev-tcltk/mysqltcl: drop QA warning Closes: https://bugs.gentoo.org/906865 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../{mysqltcl-3.052-r1.ebuild => mysqltcl-3.052-r2.ebuild} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-tcltk/mysqltcl/mysqltcl-3.052-r1.ebuild b/dev-tcltk/mysqltcl/mysqltcl-3.052-r2.ebuild similarity index 84% rename from dev-tcltk/mysqltcl/mysqltcl-3.052-r1.ebuild rename to dev-tcltk/mysqltcl/mysqltcl-3.052-r2.ebuild index 39c9d60a33a9..8edd7cfe8c16 100644 --- a/dev-tcltk/mysqltcl/mysqltcl-3.052-r1.ebuild +++ b/dev-tcltk/mysqltcl/mysqltcl-3.052-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="TCL MySQL Interface" HOMEPAGE="http://www.xdobry.de/mysqltcl/" @@ -10,12 +10,16 @@ SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz" LICENSE="HPND" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" DEPEND=" dev-lang/tcl:0= dev-db/mysql-connector-c:0=" RDEPEND="${DEPEND}" + +QA_CONFIG_IMPL_DECL_SKIP=( + stat64 # used to test for Large File Support +) + PATCHES=( "${FILESDIR}"/${PN}-3.05-ldflags.patch "${FILESDIR}"/${PN}-3.05-API.patch
