diff options
Diffstat (limited to 'app-leechcraft/lc-core')
-rw-r--r-- | app-leechcraft/lc-core/lc-core-9999.ebuild | 7 |
1 files 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 214174697302..1de10d566587 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 |