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 E47C51382C5 for ; Thu, 7 Jan 2021 17:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3038EE08E0; Thu, 7 Jan 2021 17:35:32 +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 1804BE08E0 for ; Thu, 7 Jan 2021 17:35:32 +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 25017340924 for ; Thu, 7 Jan 2021 17:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B97EA4B for ; Thu, 7 Jan 2021 17:35:29 +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: <1610040920.a861f5ec50c0bbbcace1c9e4670d3be3ca77718c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/akonadi/akonadi-20.12.1.ebuild X-VCS-Directories: kde-apps/akonadi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a861f5ec50c0bbbcace1c9e4670d3be3ca77718c X-VCS-Branch: master Date: Thu, 7 Jan 2021 17:35:29 +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: 31f1c40a-fc3a-4bf2-9ca7-296a7af8496d X-Archives-Hash: 84d50ce4202b2b8438b42c9ef5ec8134 commit: a861f5ec50c0bbbcace1c9e4670d3be3ca77718c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 7 17:34:38 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 7 17:35:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a861f5ec kde-apps/akonadi: Show message if kde-apps/akonadi[mysql] was enabled dev-db/mysql would have been gone by the time kde-apps/akonadi is slated. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi/akonadi-20.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/akonadi/akonadi-20.12.1.ebuild b/kde-apps/akonadi/akonadi-20.12.1.ebuild index 4cfabb2778f..e6c5be78ba7 100644 --- a/kde-apps/akonadi/akonadi-20.12.1.ebuild +++ b/kde-apps/akonadi/akonadi-20.12.1.ebuild @@ -93,7 +93,7 @@ pkg_setup() { ewarn "In particular, kde-apps/kmail does not work properly with the sqlite backend." fi - if has_version "kde-apps/akonadi[mysql]" && has_version "dev-db/mysql"; then + if has_version "kde-apps/akonadi[mysql]"; then ewarn "Due to configuration incompatibilities we are unable to provide" ewarn "the option to use dev-db/mysql. You must switch to dev-db/mariadb." ewarn " https://bugs.gentoo.org/709812"