summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0xd34df00d <0xd34df00d@gmail.com>2020-04-17 20:18:54 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-05-06 14:50:51 +0300
commit24731f7492d92e5f4753987e0a361eeb06836c58 (patch)
treeaa4c9dd846d69645af85f8f344a6a29354f21f85 /app-leechcraft
parentapp-leechcraft/lc-liznoo: bump EAPI, reorganize runtime deps (diff)
downloadgentoo-24731f7492d92e5f4753987e0a361eeb06836c58.tar.gz
gentoo-24731f7492d92e5f4753987e0a361eeb06836c58.tar.bz2
gentoo-24731f7492d92e5f4753987e0a361eeb06836c58.zip
app-leechcraft/lc-mellonetray: bump EAPI, fix 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')
-rw-r--r--app-leechcraft/lc-mellonetray/lc-mellonetray-9999.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/app-leechcraft/lc-mellonetray/lc-mellonetray-9999.ebuild b/app-leechcraft/lc-mellonetray/lc-mellonetray-9999.ebuild
index 32e4acf4cf3a..1b34fceb5588 100644
--- a/app-leechcraft/lc-mellonetray/lc-mellonetray-9999.ebuild
+++ b/app-leechcraft/lc-mellonetray/lc-mellonetray-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,12 @@ KEYWORDS=""
IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
dev-qt/qtdeclarative:5
+ dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
x11-libs/libXdamage
- x11-libs/libXrender"
+ x11-libs/libXrender
+"
RDEPEND="${DEPEND}
- ~virtual/leechcraft-quark-sideprovider-${PV}"
+ ~virtual/leechcraft-quark-sideprovider-${PV}
+"