diff options
Diffstat (limited to 'app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild')
-rw-r--r-- | app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild b/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild index a99417b62601..5440b6a5abfe 100644 --- a/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild +++ b/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 inherit leechcraft @@ -10,8 +10,14 @@ DESCRIPTION="Provides plugin- or tab-grained keyboard layout control" SLOT="0" KEYWORDS="" -IUSE="debug" +IUSE="debug quark" -DEPEND="~app-leechcraft/lc-core-${PV}" +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtdeclarative:5[widgets] +" RDEPEND="${DEPEND} - x11-apps/setxkbmap" + x11-apps/setxkbmap + quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} )" |