diff options
Diffstat (limited to 'app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild')
-rw-r--r-- | app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild b/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild index 2c5f39631350..853c5525c370 100644 --- a/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild +++ b/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=6 inherit leechcraft @@ -12,7 +12,10 @@ SLOT="0" KEYWORDS="" IUSE="debug" -DEPEND="~app-leechcraft/lc-core-${PV}" +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 +" RDEPEND="${DEPEND} - virtual/leechcraft-search-show - virtual/leechcraft-downloader-http" + ~virtual/leechcraft-search-show-${PV} + ~virtual/leechcraft-downloader-http-${PV}" |