diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-13 22:55:28 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-06 14:50:46 +0300 |
commit | 6d579a3cee32dd037d01af49d701bb6e8710a94a (patch) | |
tree | abe2665ed9c770d34775a5fab849cac88663d71a /app-leechcraft | |
parent | app-leechcraft/lc-dolozhee: bump EAPI=7 (diff) | |
download | gentoo-6d579a3cee32dd037d01af49d701bb6e8710a94a.tar.gz gentoo-6d579a3cee32dd037d01af49d701bb6e8710a94a.tar.bz2 gentoo-6d579a3cee32dd037d01af49d701bb6e8710a94a.zip |
app-leechcraft/lc-gmailnotifier: bump to EAPI=7
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')
-rw-r--r-- | app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild b/app-leechcraft/lc-gmailnotifier/lc-gmailnotifier-9999.ebuild index 2f5e53a202ab..796cd84f9c73 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 @@ -12,9 +12,9 @@ KEYWORDS="" 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} |