From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE998138330 for ; Sat, 1 Oct 2016 06:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C157E0A61; Sat, 1 Oct 2016 06:16:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E48DE0A69 for ; Sat, 1 Oct 2016 06:16:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D10533BF41 for ; Sat, 1 Oct 2016 06:16:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AA91249F for ; Sat, 1 Oct 2016 06:16:40 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475302598.c06ff1dea7260626e918ea430b8f619945159024.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-dl/youtube-dl-2016.09.27.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c06ff1dea7260626e918ea430b8f619945159024 X-VCS-Branch: master Date: Sat, 1 Oct 2016 06:16: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: 7953d9ae-14a7-47fd-92af-ace474460b16 X-Archives-Hash: c95f7b29f09a94a9d26b3d0abb60a2c9 commit: c06ff1dea7260626e918ea430b8f619945159024 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 1 06:16:23 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 1 06:16:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06ff1de net-misc/youtube-dl: Quote variable. Package-Manager: portage-2.3.1 net-misc/youtube-dl/youtube-dl-2016.09.27.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/youtube-dl/youtube-dl-2016.09.27.ebuild b/net-misc/youtube-dl/youtube-dl-2016.09.27.ebuild index c902b54..754d860 100644 --- a/net-misc/youtube-dl/youtube-dl-2016.09.27.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2016.09.27.ebuild @@ -91,9 +91,9 @@ python_install_all() { newins youtube-dl.zsh _youtube-dl insinto /usr/share/fish/completions - doins youtube-dl.fish + oins youtube-dl.fish distutils-r1_python_install_all - rm -r ${D}/usr/etc || die + rm -r "${D}"/usr/etc || die }