From d9db6d64f4075b858292e3acc31d5928ad6907ae Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Wed, 14 May 2025 20:21:21 +0300 Subject: dev-db/mysql: more missing gcc-15 includes Bump patchset https://github.com/parona-source/mysql-server/commit/c6eb0e1b1653a575704748de7f7b44c782f3998e Closes: https://bugs.gentoo.org/955945 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/42089 Closes: https://github.com/gentoo/gentoo/pull/42089 Signed-off-by: Sam James --- dev-db/mysql/mysql-8.0.42.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-db/mysql/mysql-8.0.42.ebuild') diff --git a/dev-db/mysql/mysql-8.0.42.ebuild b/dev-db/mysql/mysql-8.0.42.ebuild index f87dbab56247..c21672237ed0 100644 --- a/dev-db/mysql/mysql-8.0.42.ebuild +++ b/dev-db/mysql/mysql-8.0.42.ebuild @@ -9,7 +9,7 @@ MY_PV="${PV//_pre*}" MY_P="${PN}-${MY_PV}" # Patch version -PATCH_SET=( https://github.com/parona-source/mysql-server/releases/download/mysql-8.0.40-patches-01/mysql-8.0.40-patches-01.tar.xz ) +PATCH_SET=( https://github.com/parona-source/mysql-server/releases/download/mysql-8.0.42-patches-01/mysql-8.0.42-patches-01.tar.xz ) DESCRIPTION="A fast, multi-threaded, multi-user SQL database server" HOMEPAGE="https://www.mysql.com/" -- cgit v1.2.3