From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C4E5158046 for ; Mon, 18 Aug 2025 17:59:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 269A1341F2D for ; Mon, 18 Aug 2025 17:59:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8997D110569; Mon, 18 Aug 2025 17:58:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 84EC0110568 for ; Mon, 18 Aug 2025 17:58:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41FFC341F53 for ; Mon, 18 Aug 2025 17:58:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08BD034B9 for ; Mon, 18 Aug 2025 17:58:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1755539871.334d8a8b01c96386b57d504f93b1f68d0cfdd31d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mysql/mysql-8.0.ebuild X-VCS-Directories: virtual/mysql/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 334d8a8b01c96386b57d504f93b1f68d0cfdd31d X-VCS-Branch: master Date: Mon, 18 Aug 2025 17:58:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b505ce97-18ea-4bba-8488-78b0769a1b9f X-Archives-Hash: a94c4fca74b571e05d27f68d8d2be2cf commit: 334d8a8b01c96386b57d504f93b1f68d0cfdd31d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 18 15:37:57 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 18 17:57:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334d8a8b virtual/mysql: Drop dev-db/percona-server from 8.0 After last-rites were initiated. Signed-off-by: Andreas Sturmlechner gentoo.org> virtual/mysql/mysql-8.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/virtual/mysql/mysql-8.0.ebuild b/virtual/mysql/mysql-8.0.ebuild index 729810037721..431e502b36da 100644 --- a/virtual/mysql/mysql-8.0.ebuild +++ b/virtual/mysql/mysql-8.0.ebuild @@ -12,6 +12,5 @@ RDEPEND=" || ( >=dev-db/mariadb-10.0[server?,static?] >=dev-db/mysql-${PV}[server?,static(-)?] - >=dev-db/percona-server-${PV}[server?,static(-)?] ) "