summaryrefslogtreecommitdiff
path: root/app-leechcraft/lc-lackman
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-lackman
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'app-leechcraft/lc-lackman')
-rw-r--r--app-leechcraft/lc-lackman/Manifest2
-rw-r--r--app-leechcraft/lc-lackman/lc-lackman-9999.ebuild10
2 files changed, 7 insertions, 5 deletions
diff --git a/app-leechcraft/lc-lackman/Manifest b/app-leechcraft/lc-lackman/Manifest
index e3bbb92e1a69..3bee4e3d5652 100644
--- a/app-leechcraft/lc-lackman/Manifest
+++ b/app-leechcraft/lc-lackman/Manifest
@@ -1,2 +1,2 @@
-EBUILD lc-lackman-9999.ebuild 457 BLAKE2B ebb27ab07756f95966b711d6c26628d8370c20d4e3e7044b441c9928f82b542cb7ec2509b9d550fda9fc008d08ce131eefb99750cbb34be2645150473a62e4ad SHA512 e641ce42c769694d3f94fbb50ac81854801701a88c10a6e21716b0cebe1bfb37952e6d8c9367b965e86ac7701c146989f3502a47a656f435683ae8392de92a04
+EBUILD lc-lackman-9999.ebuild 470 BLAKE2B 8940cec3bc22fdce26cf8a2d1a4ad408421edd4744582a9daa2b67a3ba27b593d783004fb6e5b1f2dee4ea4eb5bbad66fd09775fa776fd0413f5a8dadfb71e07 SHA512 049cb48b8419a76ec3688b2b9f1d0a66d8ca761f8e08e1fb5cc26125339daede88ac47a5e13204880538bf0c98a808059ae507857e02032f8c433cab0470ceee
MISC metadata.xml 364 BLAKE2B 39462072f9e35ecb19d9426fe032a499aefa12b7327ed4b97692f4a0778c9828f4b7cbef3bb5bb0bce597d51a99b11db8dabcaa9fda8a326c9916690e6ff4af4 SHA512 697d6e58b4620f4b3c1b7a147955d97f29815facb843de2b6cf67b0c44ccdcb6a0e47ae9a32947f0fccf6a3aea9d204bd30a334e642ff77acca43b03ff56f3bc
diff --git a/app-leechcraft/lc-lackman/lc-lackman-9999.ebuild b/app-leechcraft/lc-lackman/lc-lackman-9999.ebuild
index a6aae075985b..71d5e81c3bed 100644
--- a/app-leechcraft/lc-lackman/lc-lackman-9999.ebuild
+++ b/app-leechcraft/lc-lackman/lc-lackman-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,10 +13,12 @@ IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
dev-qt/qtnetwork:5
+ dev-qt/qtsql:5
dev-qt/qtwidgets:5
- dev-qt/qtsql:5[sqlite]
dev-qt/qtxml:5
dev-qt/qtxmlpatterns:5
"
RDEPEND="${DEPEND}
- ~virtual/leechcraft-downloader-http-${PV}"
+ dev-qt/qtsql:5[sqlite]
+ ~virtual/leechcraft-downloader-http-${PV}
+"