commit:     76b6fb6c64612ec7c17686822ac7abee1e22a432
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Sun Apr  5 19:25:45 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 12:37:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b6fb6c

app-leechcraft/lc-poshuku: fix sql flags, bump EAPI

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15229
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild 
b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
index 2af38f4abda..355e0a4a4ee 100644
--- a/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
+++ b/app-leechcraft/lc-poshuku/lc-poshuku-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit leechcraft
 
@@ -12,19 +12,22 @@ KEYWORDS=""
 IUSE="+autosearch debug +dcac +cleanweb +fatape +filescheme +foc +fua +idn 
+keywords +onlinebookmarks
          postgres qrd +speeddial +sqlite webengine +webkit"
 
-DEPEND="~app-leechcraft/lc-core-${PV}[postgres?,sqlite?]
-       dev-qt/qtwidgets:5
+DEPEND="~app-leechcraft/lc-core-${PV}[postgres?]
        dev-qt/qtnetwork:5
-       dev-qt/qtxml:5
        dev-qt/qtprintsupport:5
+       dev-qt/qtsql:5
+       dev-qt/qtwidgets:5
+       dev-qt/qtxml:5
        cleanweb? ( dev-qt/qtconcurrent:5 )
-       idn? ( net-dns/libidn )
-       qrd? ( media-gfx/qrencode )
+       idn? ( net-dns/libidn:= )
+       qrd? ( media-gfx/qrencode:= )
        webkit? ( dev-qt/qtwebkit:5 )
        webengine? ( dev-qt/qtwebengine:5 )
 "
 RDEPEND="${DEPEND}
-       virtual/leechcraft-downloader-http"
+       dev-qt/qtsql:5[postgres?,sqlite?]
+       virtual/leechcraft-downloader-http
+"
 
 REQUIRED_USE="|| ( postgres sqlite )
        || ( webkit webengine )"
@@ -47,5 +50,5 @@ src_configure() {
                -DENABLE_POSHUKU_WEBENGINEVIEW=$(usex webengine)
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }

Reply via email to