diff options
author | 2020-04-13 22:57:25 +0200 | |
---|---|---|
committer | 2020-05-06 14:50:47 +0300 | |
commit | 0f84e511f5b1cc512acb8b9d31d995062266806c (patch) | |
tree | e7dc7cc32129e6fba226e4893d95f0689989f404 /app-leechcraft | |
parent | app-leechcraft/lc-hotsensors: bump EAPI=7, fix subslots (diff) | |
download | gentoo-0f84e511f5b1cc512acb8b9d31d995062266806c.tar.gz gentoo-0f84e511f5b1cc512acb8b9d31d995062266806c.tar.bz2 gentoo-0f84e511f5b1cc512acb8b9d31d995062266806c.zip |
app-leechcraft/lc-eleeminator: bump EAPI=7, fix subslots
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-eleeminator/lc-eleeminator-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-leechcraft/lc-eleeminator/lc-eleeminator-9999.ebuild b/app-leechcraft/lc-eleeminator/lc-eleeminator-9999.ebuild index 8976b7775644..b91e7db5080e 100644 --- a/app-leechcraft/lc-eleeminator/lc-eleeminator-9999.ebuild +++ b/app-leechcraft/lc-eleeminator/lc-eleeminator-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,6 +13,6 @@ IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} dev-qt/qtwidgets:5 - x11-libs/qtermwidget + x11-libs/qtermwidget:= " RDEPEND="${DEPEND}" |