commit: 1daecdd906f2374f6ac7820267ea12ac8c7f35fa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 16:16:08 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 17:57:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1daecdd9
virtual/mysql: add 8.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
virtual/mysql/mysql-8.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/mysql/mysql-8.0.ebuild b/virtual/mysql/mysql-8.0.ebuild
new file mode 100644
index 000000000000..729810037721
--- /dev/null
+++ b/virtual/mysql/mysql-8.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for MySQL database server"
+SLOT="0/18"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="+server static"
+
+RDEPEND="
+ || (
+ >=dev-db/mariadb-10.0[server?,static?]
+ >=dev-db/mysql-${PV}[server?,static(-)?]
+ >=dev-db/percona-server-${PV}[server?,static(-)?]
+ )
+"