commit: 578136305f10d24e77c2760280523d4e94a85867
Author: Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it>
AuthorDate: Tue Nov 24 12:32:30 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 08:21:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57813630
lxqt-base/lxqt-panel: Comment added in preparation of EAPI6
Thanks to Alpha Bravo <aos <AT> ungwana.de> in bug #564718
lxqt-base/lxqt-panel/lxqt-panel-0.10.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.10.0.ebuild
b/lxqt-base/lxqt-panel/lxqt-panel-0.10.0.ebuild
index 51297e1..5eca583 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-0.10.0.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-0.10.0.ebuild
@@ -60,6 +60,8 @@ src_configure() {
for i in clock colorpicker cpuload desktopswitch dom kbindicator
mainmenu mount \
networkmonitor quicklaunch screensaver sensors showdesktop
statusnotifier \
sysstat taskbar tray volume worldclock; do
+ #Switch to ^^ when we switch to EAPI=6.
+ #y=${i^^}
y=$(tr '[:lower:]' '[:upper:]' <<< "${i}")
mycmakeargs+=( $(cmake-utils_use ${i} ${y}_PLUGIN) )
done