Skip to content

Commit

Permalink
lxqt-base/lxqt-panel: Comment added in preparation of EAPI6
Browse files Browse the repository at this point in the history
Thanks to Alpha Bravo <[email protected]> in bug #564718
  • Loading branch information
PPed72 committed Nov 26, 2015
1 parent 0d990ea commit 5781363
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lxqt-base/lxqt-panel/lxqt-panel-0.10.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5781363

Please sign in to comment.