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 5D6FC138334 for ; Thu, 10 Jan 2019 09:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 572E1E0A68; Thu, 10 Jan 2019 09:55:55 +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 2DE2FE0A68 for ; Thu, 10 Jan 2019 09:55:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0A561335C94 for ; Thu, 10 Jan 2019 09:55:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C23DB4FB for ; Thu, 10 Jan 2019 09:55:51 +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: <1547114119.c622841571044d8d12f473a1adaa9382e8071142.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-18.08.3-r1.ebuild kde-apps/akonadi/akonadi-18.08.3.ebuild X-VCS-Directories: kde-apps/akonadi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c622841571044d8d12f473a1adaa9382e8071142 X-VCS-Branch: master Date: Thu, 10 Jan 2019 09:55:51 +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: 5eab36c2-bdf9-4ebd-808f-7e8e3ca468c6 X-Archives-Hash: 22e49f45c5267cb33c59c4bd9f788b89 commit: c622841571044d8d12f473a1adaa9382e8071142 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 10 08:48:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 10 09:55:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6228415 kde-apps/akonadi: Add qtsql[sqlite] slot op if USE=sqlite Closes: https://bugs.gentoo.org/675058 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../akonadi/{akonadi-18.08.3.ebuild => akonadi-18.08.3-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kde-apps/akonadi/akonadi-18.08.3.ebuild b/kde-apps/akonadi/akonadi-18.08.3-r1.ebuild similarity index 96% rename from kde-apps/akonadi/akonadi-18.08.3.ebuild rename to kde-apps/akonadi/akonadi-18.08.3-r1.ebuild index 6d193b074cd..b138b2cd70e 100644 --- a/kde-apps/akonadi/akonadi-18.08.3.ebuild +++ b/kde-apps/akonadi/akonadi-18.08.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -40,7 +40,10 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) x11-misc/shared-mime-info - sqlite? ( dev-db/sqlite:3 ) + sqlite? ( + $(add_qt_dep qtsql 'sqlite' '' '5=') + dev-db/sqlite:3 + ) xml? ( dev-libs/libxml2 ) " DEPEND="${COMMON_DEPEND}