diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-07 18:34:38 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-04 13:57:57 +0100 |
| commit | 23ca1542bee46f67c22de5406d425e2a48178966 (patch) | |
| tree | b1c38d258ec905a21c26eadab3bc7407aacc57d8 | |
| parent | 77bbb3d7088bb028ba983871ae8397a417fe14da (diff) | |
| download | kde-23ca1542bee46f67c22de5406d425e2a48178966.tar.gz kde-23ca1542bee46f67c22de5406d425e2a48178966.tar.bz2 kde-23ca1542bee46f67c22de5406d425e2a48178966.zip | |
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 <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/akonadi/akonadi-20.12.2.ebuild | 2 | ||||
| -rw-r--r-- | kde-apps/akonadi/akonadi-20.12.49.9999.ebuild | 2 | ||||
| -rw-r--r-- | kde-apps/akonadi/akonadi-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kde-apps/akonadi/akonadi-20.12.2.ebuild b/kde-apps/akonadi/akonadi-20.12.2.ebuild index ad183907166..ec7b1bb392c 100644 --- a/kde-apps/akonadi/akonadi-20.12.2.ebuild +++ b/kde-apps/akonadi/akonadi-20.12.2.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" diff --git a/kde-apps/akonadi/akonadi-20.12.49.9999.ebuild b/kde-apps/akonadi/akonadi-20.12.49.9999.ebuild index 501b68dfba1..c493b65d7e7 100644 --- a/kde-apps/akonadi/akonadi-20.12.49.9999.ebuild +++ b/kde-apps/akonadi/akonadi-20.12.49.9999.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" diff --git a/kde-apps/akonadi/akonadi-9999.ebuild b/kde-apps/akonadi/akonadi-9999.ebuild index 501b68dfba1..c493b65d7e7 100644 --- a/kde-apps/akonadi/akonadi-9999.ebuild +++ b/kde-apps/akonadi/akonadi-9999.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" |
