commit: 09f7da87c083371c564470940476fcb88b5bcd9a
Author: 0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sat Apr 4 20:58:55 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> 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