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 84FDD138CCF for ; Thu, 14 May 2015 22:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F16E1E08CA; Thu, 14 May 2015 22:50:45 +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 38D26E08DC for ; Thu, 14 May 2015 22:50:45 +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 87355340D0D for ; Thu, 14 May 2015 22:50:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AECE9F1 for ; Thu, 14 May 2015 22:50:40 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1431643574.83f3300c1f960ee45088aaae1dcb8cda36de5a92.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild X-VCS-Directories: x11-themes/adwaita-icon-theme/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 83f3300c1f960ee45088aaae1dcb8cda36de5a92 X-VCS-Branch: master Date: Thu, 14 May 2015 22:50:40 +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: 5a0aee44-8412-4b64-871b-4db43266dd1c X-Archives-Hash: afe2780a0f32a832183f1a43e12413e9 commit: 83f3300c1f960ee45088aaae1dcb8cda36de5a92 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu May 14 22:46:14 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu May 14 22:46:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=83f3300c x11-themes/adwaita-icon-theme: add missing quotes x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild index 2242d69..3caead8 100644 --- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild +++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.ebuild @@ -59,7 +59,7 @@ src_configure() { src_install() { gnome2_src_install # Buggy directory due to drop of intltool usage - rm -rf ${D}/usr/locale + rm -rf "${D}"/usr/locale } pkg_postinst() {