summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0xd34df00d <0xd34df00d@gmail.com>2017-02-25 19:49:28 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-26 12:58:56 +0100
commit09222bd0523d448c79f1434b042f55e440097adf (patch)
tree899893b57e6ed056d7eb0f4350388ccbedbc6b90 /app-leechcraft/lc-sb2/lc-sb2-9999.ebuild
parentprofiles/arch/hppa: Mask USE=libsecret for dev-vcs/git. (diff)
downloadgentoo-09222bd0523d448c79f1434b042f55e440097adf.tar.gz
gentoo-09222bd0523d448c79f1434b042f55e440097adf.tar.bz2
gentoo-09222bd0523d448c79f1434b042f55e440097adf.zip
app-leechcraft: use Qt5, modernize the eclass and ebuilds
Closes: https://github.com/gentoo/gentoo/pull/4079
Diffstat (limited to 'app-leechcraft/lc-sb2/lc-sb2-9999.ebuild')
-rw-r--r--app-leechcraft/lc-sb2/lc-sb2-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild b/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild
index bc08489a463c..8d5c4e00d836 100644
--- a/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild
+++ b/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild
@@ -2,18 +2,19 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
+EAPI=6
inherit leechcraft
-DESCRIPTION="Sidebar with combined launcher and tab switcher, as well as tray area"
+DESCRIPTION="Sidebar for LeechCraft supporting quarks like tab switcher, tray area and so on"
SLOT="0"
KEYWORDS=""
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
- dev-qt/qtdeclarative:4
- dev-libs/qjson
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ dev-qt/qtdeclarative:5[widgets]
"
RDEPEND="${DEPEND}"