summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0xd34df00d <0xd34df00d@gmail.com>2020-04-11 01:56:08 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-05-06 14:50:44 +0300
commitf26b16673df8e251ec525f441553aa9a61fd7fe3 (patch)
treed7ed3b42ab18a968f54c1891ca8d876d34733015 /app-leechcraft/lc-certmgr
parentapp-leechcraft/lc-blasq: bump to EAPI=7 (diff)
downloadgentoo-f26b16673df8e251ec525f441553aa9a61fd7fe3.tar.gz
gentoo-f26b16673df8e251ec525f441553aa9a61fd7fe3.tar.bz2
gentoo-f26b16673df8e251ec525f441553aa9a61fd7fe3.zip
app-leechcraft/lc-certmgr: EAPI 7, depend on qtnetwork[ssl]
Package-Manager: Portage-2.3.96, 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-certmgr')
-rw-r--r--app-leechcraft/lc-certmgr/lc-certmgr-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-leechcraft/lc-certmgr/lc-certmgr-9999.ebuild b/app-leechcraft/lc-certmgr/lc-certmgr-9999.ebuild
index 0786defa2c9e..482f5ab5172b 100644
--- a/app-leechcraft/lc-certmgr/lc-certmgr-9999.ebuild
+++ b/app-leechcraft/lc-certmgr/lc-certmgr-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,7 +13,7 @@ IUSE="debug"
DEPEND="
~app-leechcraft/lc-core-${PV}
- dev-qt/qtnetwork:5
+ dev-qt/qtnetwork:5[ssl]
dev-qt/qtwidgets:5
"
RDEPEND="${DEPEND}"