Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi/
Date: Thu, 07 Jan 2021 17:35:32
Message-Id: 1610040920.a861f5ec50c0bbbcace1c9e4670d3be3ca77718c.asturm@gentoo
1 commit: a861f5ec50c0bbbcace1c9e4670d3be3ca77718c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 17:34:38 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 17:35:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a861f5ec
7
8 kde-apps/akonadi: Show message if kde-apps/akonadi[mysql] was enabled
9
10 dev-db/mysql would have been gone by the time kde-apps/akonadi is slated.
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/akonadi/akonadi-20.12.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/kde-apps/akonadi/akonadi-20.12.1.ebuild b/kde-apps/akonadi/akonadi-20.12.1.ebuild
19 index 4cfabb2778f..e6c5be78ba7 100644
20 --- a/kde-apps/akonadi/akonadi-20.12.1.ebuild
21 +++ b/kde-apps/akonadi/akonadi-20.12.1.ebuild
22 @@ -93,7 +93,7 @@ pkg_setup() {
23 ewarn "In particular, kde-apps/kmail does not work properly with the sqlite backend."
24 fi
25
26 - if has_version "kde-apps/akonadi[mysql]" && has_version "dev-db/mysql"; then
27 + if has_version "kde-apps/akonadi[mysql]"; then
28 ewarn "Due to configuration incompatibilities we are unable to provide"
29 ewarn "the option to use dev-db/mysql. You must switch to dev-db/mariadb."
30 ewarn " https://bugs.gentoo.org/709812"