diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
commit | deba8115d2c2af26df42966b91ef04ff4dd79cde (patch) | |
tree | 9a48f42594e1a9e6b2020d5535a784314434d7a7 /app-leechcraft/lc-kbswitch | |
parent | 38423c67c8a23f6a1bc42038193182e2da3116eb (diff) |
gentoo resync : 14.05.2020
Diffstat (limited to 'app-leechcraft/lc-kbswitch')
-rw-r--r-- | app-leechcraft/lc-kbswitch/Manifest | 2 | ||||
-rw-r--r-- | app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-leechcraft/lc-kbswitch/Manifest b/app-leechcraft/lc-kbswitch/Manifest index 116de7af8322..ccbffa0b9dd1 100644 --- a/app-leechcraft/lc-kbswitch/Manifest +++ b/app-leechcraft/lc-kbswitch/Manifest @@ -1,2 +1,2 @@ -EBUILD lc-kbswitch-9999.ebuild 609 BLAKE2B 59689eb9f56c9af93bc5d66dd76ce50d875588e465134af9eaf1b8c502a2854a94a6966cdadc738f7a7aacf08587841317ee9c136fc45c13e46e4e79dc35d0eb SHA512 555afbc50a1c7db60fa29b9e3115b15be8815454720a1e1dfc3fe425e066bc2007f5913bd81770cc30c43fc32a9d801ddae68883ff8d05a311fcf26782c01401 +EBUILD lc-kbswitch-9999.ebuild 585 BLAKE2B b50318b3a5e9298da5e9b78dacd2f10207b1ed7ebd4a2215923bcb128098be672213e31ebeb8678cdafe8f8f43bc7bdf5e798ff273beeda862e604d0388070d2 SHA512 7cd474861219397bf10f453447c70350f1ec0ff1f7b983f12f7c3f015d013af71111ca5eebfdf2510082159b5b89700d34447758b2139c1bdbc4a8d83ccfc009 MISC metadata.xml 364 BLAKE2B 39462072f9e35ecb19d9426fe032a499aefa12b7327ed4b97692f4a0778c9828f4b7cbef3bb5bb0bce597d51a99b11db8dabcaa9fda8a326c9916690e6ff4af4 SHA512 697d6e58b4620f4b3c1b7a147955d97f29815facb843de2b6cf67b0c44ccdcb6a0e47ae9a32947f0fccf6a3aea9d204bd30a334e642ff77acca43b03ff56f3bc 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:" |