summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0xd34df00d <0xd34df00d@gmail.com>2020-05-05 20:52:15 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-05-06 14:50:59 +0300
commit169f1bd876ba3362d6dddfae45785d922f2a72ed (patch)
treee82d28ce2f92dd28467d4887e663b6e4c7a21337 /app-leechcraft/lc-gmailnotifier
parentapp-leechcraft/lc-qrosp: remove unneeded version restriction (diff)
downloadgentoo-169f1bd876ba3362d6dddfae45785d922f2a72ed.tar.gz
gentoo-169f1bd876ba3362d6dddfae45785d922f2a72ed.tar.bz2
gentoo-169f1bd876ba3362d6dddfae45785d922f2a72ed.zip
app-leechcraft/lc-gmailnotifier: +notify, add REQUIRED_USE
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/lc-gmailnotifier')
-rw-r--r--app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild
index 796cd84f9c73..86b23e41ae49 100644
--- a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild
+++ b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild
@@ -9,7 +9,7 @@ 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]
@@ -19,4 +19,7 @@ DEPEND="~app-leechcraft/lc-core-${PV}
"
RDEPEND="${DEPEND}
quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} )
- notify? ( ~virtual/leechcraft-notifier-${PV} )"
+ notify? ( ~virtual/leechcraft-notifier-${PV} )
+"
+
+REQUIRED_USE="|| ( notify quark )"