From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 678B91384B4 for ; Sat, 28 Nov 2015 17:36:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E6A621C0F7; Sat, 28 Nov 2015 17:36:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E16D121C0F7 for ; Sat, 28 Nov 2015 17:36:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E48C43408FB for ; Sat, 28 Nov 2015 17:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DE0AFD6 for ; Sat, 28 Nov 2015 17:36:03 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1448526078.578136305f10d24e77c2760280523d4e94a85867.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-panel/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-panel/lxqt-panel-0.10.0.ebuild X-VCS-Directories: lxqt-base/lxqt-panel/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 578136305f10d24e77c2760280523d4e94a85867 X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:36:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 76e119bd-04c9-467e-8575-13e1d5bbeed6 X-Archives-Hash: 651da685d57da846307a1e667834ec75 commit: 578136305f10d24e77c2760280523d4e94a85867 Author: Paolo Pedroni iol it> AuthorDate: Tue Nov 24 12:32:30 2015 +0000 Commit: Patrice Clement gentoo 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 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