diff options
author | 2020-04-18 19:43:41 +0200 | |
---|---|---|
committer | 2020-05-06 14:50:54 +0300 | |
commit | 53e84578af968db9638b5d9f8fbb1ea05e272d7e (patch) | |
tree | 56e4f9050b37cca73f0a204ed21ba1440e57e47f /app-leechcraft | |
parent | app-leechcraft/lc-rosenthal: bump EAPI, fix deps (diff) | |
download | gentoo-53e84578af968db9638b5d9f8fbb1ea05e272d7e.tar.gz gentoo-53e84578af968db9638b5d9f8fbb1ea05e272d7e.tar.bz2 gentoo-53e84578af968db9638b5d9f8fbb1ea05e272d7e.zip |
app-leechcraft/lc-sb2: EAPI bump
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')
-rw-r--r-- | app-leechcraft/lc-sb2/lc-sb2-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild b/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild index 06f4892987f8..0a65bd31ebdc 100644 --- a/app-leechcraft/lc-sb2/lc-sb2-9999.ebuild +++ b/app-leechcraft/lc-sb2/lc-sb2-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,8 +12,8 @@ KEYWORDS="" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdeclarative:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 - dev-qt/qtdeclarative:5[widgets] " RDEPEND="${DEPEND}" |