summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-leechcraft/lc-pogooglue/lc-pogooglue-9999.ebuild')
-rw-r--r--app-leechcraft/lc-pogooglue/lc-pogooglue-9999.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-leechcraft/lc-pogooglue/lc-pogooglue-9999.ebuild b/app-leechcraft/lc-pogooglue/lc-pogooglue-9999.ebuild
index d70233323062..97f4acb45823 100644
--- a/app-leechcraft/lc-pogooglue/lc-pogooglue-9999.ebuild
+++ b/app-leechcraft/lc-pogooglue/lc-pogooglue-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
@@ -10,7 +10,9 @@ DESCRIPTION="Provides searching with Google to other LeechCraft plugins"
SLOT="0"
KEYWORDS=""
-IUSE=""
+IUSE="debug"
-DEPEND="~app-leechcraft/lc-core-${PV}"
+DEPEND="~app-leechcraft/lc-core-${PV}
+ dev-qt/qtnetwork:5
+"
RDEPEND="${DEPEND}"