commit: 7c5f3a8067f279aded167b158793f25adea5063a Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Feb 8 21:48:19 2026 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Feb 8 21:48:19 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5f3a80
dev-db/mysqltuner: restrict tests Tests do need an internet connection and aren't really usefull here anyway.. It's a perl script. Closes: https://bugs.gentoo.org/969770 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-db/mysqltuner/mysqltuner-2.8.35.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-db/mysqltuner/mysqltuner-2.8.35.ebuild b/dev-db/mysqltuner/mysqltuner-2.8.35.ebuild index a339fc3f8f21..1aa52395d6d1 100644 --- a/dev-db/mysqltuner/mysqltuner-2.8.35.ebuild +++ b/dev-db/mysqltuner/mysqltuner-2.8.35.ebuild @@ -14,9 +14,10 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND=" - dev-lang/perl -" +RDEPEND="dev-lang/perl" + +# Tests need internet access +RESTRICT="test" src_compile() { :;
