summaryrefslogtreecommitdiff
path: root/app-leechcraft/lc-gmailnotifier
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
commitdeba8115d2c2af26df42966b91ef04ff4dd79cde (patch)
tree9a48f42594e1a9e6b2020d5535a784314434d7a7 /app-leechcraft/lc-gmailnotifier
parent38423c67c8a23f6a1bc42038193182e2da3116eb (diff)
gentoo resync : 14.05.2020
Diffstat (limited to 'app-leechcraft/lc-gmailnotifier')
-rw-r--r--app-leechcraft/lc-gmailnotifier/Manifest2
-rw-r--r--app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild13
2 files changed, 9 insertions, 6 deletions
diff --git a/app-leechcraft/lc-gmailnotifier/Manifest b/app-leechcraft/lc-gmailnotifier/Manifest
index b69a10f9366e..a167e03ca058 100644
--- a/app-leechcraft/lc-gmailnotifier/Manifest
+++ b/app-leechcraft/lc-gmailnotifier/Manifest
@@ -1,2 +1,2 @@
-EBUILD lc-gmailnotifier-9999.ebuild 509 BLAKE2B 0b8bb178adf199b43c6faa1ecc2fe51e112ef9ee655f4b3617297451cd4cea4069d4953e04eea2435c5e85776dc1df731ccd4934c17eea8cc8acf9237b16d105 SHA512 32265c305162cc62980a610463a8cec675c327baf7f6f92ea75e766dc16e950889469fe18569fcbfe4c3f3c0e2f0de1ad2f54af195a7c3e740294c801bbe105e
+EBUILD lc-gmailnotifier-9999.ebuild 544 BLAKE2B d0c53cef7ec2655c95a409004f538cc9cfe863ad8ed11218d7a0605ac7ca8af63a12626105d12373ddbe6de242c96ad04ef183022b7bfa98504cafdcb3ea2415 SHA512 43db0cc2344b82463d77315861879e9502840ce66a362821053dd96cc5dc07c161349ac77fbe901218ca2e7675da057c5b36c9d97f652766f672b19c0ebe9cb3
MISC metadata.xml 543 BLAKE2B 90500e1372e82eccb461d9b3e4026e27ed0359cfadedf938258ed58a7685a2b1f7ba5ea1cf06c239dd899466e139c55bbe11bab1588d1d045646ba295941b890 SHA512 01baec637beed5a1bc580faafe3f80a09df1ee09a1f86c4580d3fa456e6e9a0c5f613810533977b58ab4c170ffe888129b0cb45866f9eb6cc32e4e08bc4140e3
diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild
index 2f5e53a202ab..86b23e41ae49 100644
--- a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild
+++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-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
@@ -9,14 +9,17 @@ DESCRIPTION="Notifies about new mail in a GMail inbox for LeechCraft"
SLOT="0"
KEYWORDS=""
-IUSE="debug notify quark"
+IUSE="debug +notify quark"
DEPEND="~app-leechcraft/lc-core-${PV}
+ dev-qt/qtdeclarative:5[widgets]
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
- dev-qt/qtdeclarative:5[widgets]
dev-qt/qtxml:5
"
RDEPEND="${DEPEND}
quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} )
- notify? ( ~virtual/leechcraft-notifier-${PV} )"
+ notify? ( ~virtual/leechcraft-notifier-${PV} )
+"
+
+REQUIRED_USE="|| ( notify quark )"