From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E49E1138334 for ; Fri, 1 Nov 2019 18:38:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41859E0806; Fri, 1 Nov 2019 18:38:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A14EE0806 for ; Fri, 1 Nov 2019 18:38:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED10E34C678 for ; Fri, 1 Nov 2019 18:38:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A41988E for ; Fri, 1 Nov 2019 18:38:34 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1572633501.b647fe94dcff8de9eb1c1be2a75bec8ea50d70e3.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mysql/mysql-5.6-r12.ebuild virtual/mysql/mysql-5.6-r13.ebuild X-VCS-Directories: virtual/mysql/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b647fe94dcff8de9eb1c1be2a75bec8ea50d70e3 X-VCS-Branch: master Date: Fri, 1 Nov 2019 18:38:34 +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: 467f828e-768d-4f0d-85ff-e645d4f5efdf X-Archives-Hash: 6a8a94dac8d5bda92af1617fd9317340 commit: b647fe94dcff8de9eb1c1be2a75bec8ea50d70e3 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Nov 1 18:36:49 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Nov 1 18:38:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b647fe94 virtual/mysql: allow mysql 8.x to satisfy virtual -DDISABLE_SHARED has no effect in 8.x and was removed in >=8.0.18. Link: https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html#option_cmake_disable_shared Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> virtual/mysql/{mysql-5.6-r12.ebuild => mysql-5.6-r13.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/mysql/mysql-5.6-r12.ebuild b/virtual/mysql/mysql-5.6-r13.ebuild similarity index 73% rename from virtual/mysql/mysql-5.6-r12.ebuild rename to virtual/mysql/mysql-5.6-r13.ebuild index b29ac85fa75..66624bb8d81 100644 --- a/virtual/mysql/mysql-5.6-r12.ebuild +++ b/virtual/mysql/mysql-5.6-r13.ebuild @@ -10,9 +10,9 @@ IUSE="embedded +server static" RDEPEND="|| ( >=dev-db/mariadb-10.0[embedded(-)?,server?,static?] - >=dev-db/mysql-${PV}[embedded(-)?,server?,static?] - >=dev-db/percona-server-${PV}[embedded(-)?,server?,static?] + >=dev-db/mysql-${PV}[embedded(-)?,server?,static(-)?] + >=dev-db/percona-server-${PV}[embedded(-)?,server?,static(-)?] dev-db/mariadb-galera[embedded(-)?,server?,static?] - >=dev-db/mysql-cluster-7.3[embedded(-)?,server?,static?] + >=dev-db/mysql-cluster-7.3[embedded(-)?,server?,static(-)?] ) "