Gentoo Archives: gentoo-commits

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