diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-16 19:42:11 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-06 14:50:48 +0300 |
commit | 0fad24c96a6b70f2d8fd08932179de1ca5654e46 (patch) | |
tree | a7534ebc9c6af2ddc16d04cdac09a07232a6c015 /app-leechcraft/lc-kbswitch | |
parent | app-leechcraft/lc-netstoremanager: bump to EAPI=7 (diff) | |
download | gentoo-0fad24c96a6b70f2d8fd08932179de1ca5654e46.tar.gz gentoo-0fad24c96a6b70f2d8fd08932179de1ca5654e46.tar.bz2 gentoo-0fad24c96a6b70f2d8fd08932179de1ca5654e46.zip |
app-leechcraft/lc-kbswitch: bump to EAPI=7
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-kbswitch')
-rw-r--r-- | app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild b/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild index 10cdc5bac113..d9a499ba9691 100644 --- a/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild +++ b/app-leechcraft/lc-kbswitch/lc-kbswitch-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 eutils leechcraft @@ -12,14 +12,13 @@ KEYWORDS="" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - dev-qt/qtnetwork:5 + dev-qt/qtdeclarative:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 - dev-qt/qtdeclarative:5[widgets] " RDEPEND="${DEPEND} x11-apps/setxkbmap - " +" pkg_postinst() { elog "Consider installing the following for additional features:" |