Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-panel/
Date: Mon, 11 Dec 2017 01:43:03
Message-Id: 1512956543.2200b84a04a181b78e561f9735f7030f7463ee3e.blueness@gentoo
1 commit: 2200b84a04a181b78e561f9735f7030f7463ee3e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 11 01:42:23 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 11 01:42:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2200b84a
7
8 lxqt-base/lxqt-panel: fix unquoted variable
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
16 index 39ae731adb2..44c8aede139 100644
17 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
18 +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild
19 @@ -56,7 +56,7 @@ RDEPEND="${CDEPEND}
20 >=lxde-base/lxmenu-data-0.1.2"
21
22 PATCHES=(
23 - ${FILESDIR}/${P}-fix-undef-explicit.patch
24 + "${FILESDIR}"/${P}-fix-undef-explicit.patch
25 )
26
27 src_configure() {