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 5FCF8138350 for ; Thu, 9 Apr 2020 12:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47929E0976; Thu, 9 Apr 2020 12:38:23 +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 2A304E0974 for ; Thu, 9 Apr 2020 12:38:23 +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 8BEDE34F085 for ; Thu, 9 Apr 2020 12:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34D481DF for ; Thu, 9 Apr 2020 12:38:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1586435864.09f7da87c083371c564470940476fcb88b5bcd9a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-leechcraft/lc-core/lc-core-9999.ebuild X-VCS-Directories: app-leechcraft/lc-core/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 09f7da87c083371c564470940476fcb88b5bcd9a X-VCS-Branch: master Date: Thu, 9 Apr 2020 12:38:15 +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: 0f40c809-212f-4e38-818e-d1ebf541ac6d X-Archives-Hash: a76a6ca43711ffea5f35d7e2c052c1fb commit: 09f7da87c083371c564470940476fcb88b5bcd9a Author: 0xd34df00d <0xd34df00d gmail com> AuthorDate: Sat Apr 4 20:58:55 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 9 12:37:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f7da87 app-leechcraft/lc-core: remove sqlite USE flag, fix qtsql dep sqlite is needed unconditionally now. Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georg Rudoy <0xd34df00d gmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-leechcraft/lc-core/lc-core-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index 21417469730..1de10d56658 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Core of LeechCraft, the modular network client" SLOT="0" KEYWORDS="" -IUSE="debug doc postgres +qwt +sqlite" +IUSE="debug doc postgres +qwt" DEPEND=" dev-libs/boost:= @@ -22,7 +22,7 @@ DEPEND=" dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtscript:5 - dev-qt/qtsql:5[postgres?,sqlite?] + dev-qt/qtsql:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 @@ -30,6 +30,7 @@ DEPEND=" qwt? ( x11-libs/qwt:6 ) " RDEPEND="${DEPEND} + dev-qt/qtsql:5[postgres?,sqlite] dev-qt/qtsvg:5 || ( kde-frameworks/oxygen-icons @@ -41,8 +42,6 @@ BDEPEND=" doc? ( app-doc/doxygen ) " -REQUIRED_USE="|| ( postgres sqlite )" - src_configure() { local mycmakeargs=( -DWITH_PLUGINS=False