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 89DCF1382C5 for ; Tue, 16 Feb 2021 22:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9888DE081B; Tue, 16 Feb 2021 22:56:38 +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 7C2CBE081B for ; Tue, 16 Feb 2021 22:56:38 +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 27B4D341366 for ; Tue, 16 Feb 2021 22:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47CDF4A4 for ; Tue, 16 Feb 2021 22:56:35 +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: <1613516172.f89bb4967379917829edea82bccab43143f4f949.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-search/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi-search/akonadi-search-20.12.49.9999.ebuild kde-apps/akonadi-search/akonadi-search-9999.ebuild X-VCS-Directories: kde-apps/akonadi-search/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f89bb4967379917829edea82bccab43143f4f949 X-VCS-Branch: master Date: Tue, 16 Feb 2021 22:56:35 +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: 3e3d5d53-7436-4d2d-a225-7afc6253b84c X-Archives-Hash: 7e2ac31de237d065a18d4e26b671b1ea commit: f89bb4967379917829edea82bccab43143f4f949 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 16 22:55:51 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 16 22:56:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f89bb496 kde-apps/akonadi-search: kde-apps/akonadi[mariadb -> mysql] Reverting commit 34468217. Follow-up to b555756d45fff488bc600669bb655aa027b89bb8. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi-search/akonadi-search-20.12.49.9999.ebuild | 2 +- kde-apps/akonadi-search/akonadi-search-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/akonadi-search/akonadi-search-20.12.49.9999.ebuild b/kde-apps/akonadi-search/akonadi-search-20.12.49.9999.ebuild index 173da5b674..9d5b0b198d 100644 --- a/kde-apps/akonadi-search/akonadi-search-20.12.49.9999.ebuild +++ b/kde-apps/akonadi-search/akonadi-search-20.12.49.9999.ebuild @@ -45,5 +45,5 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/boost - test? ( >=kde-apps/akonadi-${PVCUT}:5[mariadb,postgres,sqlite] ) + test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] ) " diff --git a/kde-apps/akonadi-search/akonadi-search-9999.ebuild b/kde-apps/akonadi-search/akonadi-search-9999.ebuild index 173da5b674..9d5b0b198d 100644 --- a/kde-apps/akonadi-search/akonadi-search-9999.ebuild +++ b/kde-apps/akonadi-search/akonadi-search-9999.ebuild @@ -45,5 +45,5 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-libs/boost - test? ( >=kde-apps/akonadi-${PVCUT}:5[mariadb,postgres,sqlite] ) + test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] ) "