diff options
Diffstat (limited to 'app-leechcraft/lc-hotstreams/lc-hotstreams-9999.ebuild')
-rw-r--r-- | app-leechcraft/lc-hotstreams/lc-hotstreams-9999.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/app-leechcraft/lc-hotstreams/lc-hotstreams-9999.ebuild b/app-leechcraft/lc-hotstreams/lc-hotstreams-9999.ebuild index a572cac1fcf3..2d382ae6b67b 100644 --- a/app-leechcraft/lc-hotstreams/lc-hotstreams-9999.ebuild +++ b/app-leechcraft/lc-hotstreams/lc-hotstreams-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 eutils leechcraft toolchain-funcs @@ -10,8 +10,12 @@ DESCRIPTION="Provides some cool radio streams to music players like LMP" SLOT="0" KEYWORDS="" -IUSE="" +IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - dev-libs/qjson" + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtconcurrent:5 + dev-qt/qtxml:5 +" RDEPEND="${DEPEND}" |