summaryrefslogtreecommitdiff
path: root/app-leechcraft/lc-newlife
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /app-leechcraft/lc-newlife
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'app-leechcraft/lc-newlife')
-rw-r--r--app-leechcraft/lc-newlife/Manifest2
-rw-r--r--app-leechcraft/lc-newlife/lc-newlife-9999.ebuild8
2 files changed, 6 insertions, 4 deletions
diff --git a/app-leechcraft/lc-newlife/Manifest b/app-leechcraft/lc-newlife/Manifest
index 9c5a40beaf2b..bdf727fcf9d1 100644
--- a/app-leechcraft/lc-newlife/Manifest
+++ b/app-leechcraft/lc-newlife/Manifest
@@ -1,2 +1,2 @@
-EBUILD lc-newlife-9999.ebuild 400 BLAKE2B 0ff69d001c1a2938c2fb642d95e59614fb3668dfd5f8fdeb09494d18b5c549dd53fa1d37596c22e859a3e3674feb2fd7273c0d1e149eb943e83a6b43623771f7 SHA512 b7cd4e9360d6492b666da41d7bbfed025336811d457502c829f31ca0b22a552aece0976ff206511b9353c8029eb0299e2357d2e0d4f7ab6c7bb057806a2abd0d
+EBUILD lc-newlife-9999.ebuild 414 BLAKE2B 4eaece1b66c0c4e0823e47cd5c78141e146899ab697ccd3d31756a16c037c093a55e93ddf1f2606eac2621b7127f7f8823bee19e7c8b7bd7b3f520363c3b7d9b SHA512 e92995b21b06c33ad6f43a971498595b9e52e628be2e9930019263d73402b6825b382287e1ffe2e3f8822982dc93b6690f48422c8644d91ce0ddd84f104511ca
MISC metadata.xml 364 BLAKE2B 39462072f9e35ecb19d9426fe032a499aefa12b7327ed4b97692f4a0778c9828f4b7cbef3bb5bb0bce597d51a99b11db8dabcaa9fda8a326c9916690e6ff4af4 SHA512 697d6e58b4620f4b3c1b7a147955d97f29815facb843de2b6cf67b0c44ccdcb6a0e47ae9a32947f0fccf6a3aea9d204bd30a334e642ff77acca43b03ff56f3bc
diff --git a/app-leechcraft/lc-newlife/lc-newlife-9999.ebuild b/app-leechcraft/lc-newlife/lc-newlife-9999.ebuild
index 311354f9e8c1..032d95959100 100644
--- a/app-leechcraft/lc-newlife/lc-newlife-9999.ebuild
+++ b/app-leechcraft/lc-newlife/lc-newlife-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
@@ -13,8 +13,10 @@ IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
dev-qt/qtnetwork:5
+ dev-qt/qtsql:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
+"
+RDEPEND="${DEPEND}
dev-qt/qtsql:5[sqlite]
"
-RDEPEND="${DEPEND}"