summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0xd34df00d <0xd34df00d@gmail.com>2017-03-07 04:25:54 +0100
committerDavid Seifert <soap@gentoo.org>2017-03-07 10:17:12 +0100
commit883af5487836f6a10508fffa63c54c2c2a489ada (patch)
treec35a77e6d836978af8cf6cd5f882bc1a81dabce6 /app-leechcraft
parentdev-python/enum34: ppc ppc64 stable (bug 607282). (diff)
downloadgentoo-883af5487836f6a10508fffa63c54c2c2a489ada.tar.gz
gentoo-883af5487836f6a10508fffa63c54c2c2a489ada.tar.bz2
gentoo-883af5487836f6a10508fffa63c54c2c2a489ada.zip
app-leechcraft/lc-kbswitch: use pkg_postinst suggestion instead of RDEPEND
Closes: https://github.com/gentoo/gentoo/pull/4146
Diffstat (limited to 'app-leechcraft')
-rw-r--r--app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild11
-rw-r--r--app-leechcraft/lc-kbswitch/metadata.xml3
2 files changed, 8 insertions, 6 deletions
diff --git a/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild b/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild
index 2fb40905fd0c..10cdc5bac113 100644
--- a/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild
+++ b/app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild
@@ -3,13 +3,13 @@
EAPI=6
-inherit leechcraft
+inherit eutils leechcraft
DESCRIPTION="Provides plugin- or tab-grained keyboard layout control"
SLOT="0"
KEYWORDS=""
-IUSE="debug quark"
+IUSE="debug"
DEPEND="~app-leechcraft/lc-core-${PV}
dev-qt/qtnetwork:5
@@ -19,4 +19,9 @@ DEPEND="~app-leechcraft/lc-core-${PV}
"
RDEPEND="${DEPEND}
x11-apps/setxkbmap
- quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} )"
+ "
+
+pkg_postinst() {
+ elog "Consider installing the following for additional features:"
+ optfeature "display layout indicator in LeechCraft tray" virtual/leechcraft-quark-sideprovider
+}
diff --git a/app-leechcraft/lc-kbswitch/metadata.xml b/app-leechcraft/lc-kbswitch/metadata.xml
index 3c7b5c6f28cf..ef43617d9e97 100644
--- a/app-leechcraft/lc-kbswitch/metadata.xml
+++ b/app-leechcraft/lc-kbswitch/metadata.xml
@@ -9,7 +9,4 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
- <use>
- <flag name="quark">Provide sidebar quark</flag>
- </use>
</pkgmetadata>