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 ACAA7139B2A for ; Sun, 13 Sep 2015 19:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3348B21C01D; Sun, 13 Sep 2015 19:05:01 +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 CBCEC21C01D for ; Sun, 13 Sep 2015 19:05:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE071340A44 for ; Sun, 13 Sep 2015 19:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AC0F187 for ; Sun, 13 Sep 2015 19:04:57 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1442171084.479abc71c57c5d4e062f24995815adcf3382baec.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/pcmanfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild x11-misc/pcmanfm/pcmanfm-9999.ebuild X-VCS-Directories: x11-misc/pcmanfm/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 479abc71c57c5d4e062f24995815adcf3382baec X-VCS-Branch: master Date: Sun, 13 Sep 2015 19:04:57 +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: 7625664f-1e12-4cad-a8a6-8daf4f056970 X-Archives-Hash: f8c5fa25c6ad2be93e968a614f83141c commit: 479abc71c57c5d4e062f24995815adcf3382baec Author: Manuel Rüger gentoo org> AuthorDate: Sun Sep 13 19:04:44 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Sep 13 19:04:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479abc71 x11-misc/pcmanfm: Quote variable Package-Manager: portage-2.2.20.1 x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild | 2 +- x11-misc/pcmanfm/pcmanfm-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild b/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild index c382f8a..2b71081 100644 --- a/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-1.2.3.ebuild @@ -44,7 +44,7 @@ DOC_CONTENTS="PCmanFM can optionally support the menu://applications/ src_prepare() { export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" - l10n_get_locales > ${S}/po/LINGUAS + l10n_get_locales > "${S}"/po/LINGUAS epatch_user } diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild index 8324e72..cffd3ca 100644 --- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-9999.ebuild @@ -57,7 +57,7 @@ src_prepare() { sed -i "s:-Werror::" configure.ac || die eautoreconf export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" - l10n_get_locales > ${S}/po/LINGUAS + l10n_get_locales > "${S}"/po/LINGUAS epatch_user }