diff options
author | 2017-02-25 19:49:28 +0100 | |
---|---|---|
committer | 2017-02-26 12:58:56 +0100 | |
commit | 09222bd0523d448c79f1434b042f55e440097adf (patch) | |
tree | 899893b57e6ed056d7eb0f4350388ccbedbc6b90 /app-leechcraft/lc-launchy/lc-launchy-9999.ebuild | |
parent | profiles/arch/hppa: Mask USE=libsecret for dev-vcs/git. (diff) | |
download | gentoo-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-launchy/lc-launchy-9999.ebuild')
-rw-r--r-- | app-leechcraft/lc-launchy/lc-launchy-9999.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app-leechcraft/lc-launchy/lc-launchy-9999.ebuild b/app-leechcraft/lc-launchy/lc-launchy-9999.ebuild index 3d7d0f682a36..268d242daf89 100644 --- a/app-leechcraft/lc-launchy/lc-launchy-9999.ebuild +++ b/app-leechcraft/lc-launchy/lc-launchy-9999.ebuild @@ -2,17 +2,20 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI=6 inherit leechcraft toolchain-funcs -DESCRIPTION="Allows one to launch third-party applications from LeechCraft" +DESCRIPTION="Allows launching external applications (and LeechCraft plugins) from LeechCraft" SLOT="0" KEYWORDS="" -IUSE="" +IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtdeclarative:4" + dev-qt/qtnetwork:5 + dev-qt/qtgui:5 + dev-qt/qtdeclarative:5[widgets] +" RDEPEND="${DEPEND} ~virtual/leechcraft-trayarea-${PV}" |