diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-17 19:43:37 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-06 14:50:51 +0300 |
commit | 09a4938e038fe23bde0e602b7e4be2286c459029 (patch) | |
tree | 9e24bc0716a65645749d27d811107092fc9cd8e4 /app-leechcraft/lc-lemon | |
parent | app-leechcraft/lc-krigstask: bump EAPI=7 (diff) | |
download | gentoo-09a4938e038fe23bde0e602b7e4be2286c459029.tar.gz gentoo-09a4938e038fe23bde0e602b7e4be2286c459029.tar.bz2 gentoo-09a4938e038fe23bde0e602b7e4be2286c459029.zip |
app-leechcraft/lc-lemon: EAPI bump, update deps
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-leechcraft/lc-lemon')
-rw-r--r-- | app-leechcraft/lc-lemon/lc-lemon-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-leechcraft/lc-lemon/lc-lemon-9999.ebuild b/app-leechcraft/lc-lemon/lc-lemon-9999.ebuild index d25c829ba7c4..c19f1e9c226b 100644 --- a/app-leechcraft/lc-lemon/lc-lemon-9999.ebuild +++ b/app-leechcraft/lc-lemon/lc-lemon-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit leechcraft @@ -12,11 +12,10 @@ KEYWORDS="" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - x11-libs/qwt:6[qt5] dev-libs/libnl:3 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 - dev-qt/qtdeclarative:5[widgets] + x11-libs/qwt:6 " RDEPEND="${DEPEND} ~virtual/leechcraft-quark-sideprovider-${PV}" |