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 491D6139083 for ; Thu, 21 Dec 2017 12:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8855AE0FDD; Thu, 21 Dec 2017 12:41:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64793E0FDD for ; Thu, 21 Dec 2017 12:41:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 485C633FE2A for ; Thu, 21 Dec 2017 12:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D618FAE84 for ; Thu, 21 Dec 2017 12:41:51 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1513859985.15e5851dc5a4f4c2e0a9d819844fca0a8ca4c38f.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/meson/meson-0.44.0.ebuild X-VCS-Directories: dev-util/meson/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 15e5851dc5a4f4c2e0a9d819844fca0a8ca4c38f X-VCS-Branch: master Date: Thu, 21 Dec 2017 12:41:51 +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: 3e2908c9-480c-4c7e-90ac-3276e9138841 X-Archives-Hash: b6b08ad37fefd52b1a08011ae0c56cbd commit: 15e5851dc5a4f4c2e0a9d819844fca0a8ca4c38f Author: Patrick Lauer gentoo org> AuthorDate: Thu Dec 21 12:39:45 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Dec 21 12:39:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e5851d dev-util/meson: Whitespace Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/meson/meson-0.44.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/meson/meson-0.44.0.ebuild b/dev-util/meson/meson-0.44.0.ebuild index 7a5db9258bc..30a68a1548e 100644 --- a/dev-util/meson/meson-0.44.0.ebuild +++ b/dev-util/meson/meson-0.44.0.ebuild @@ -34,6 +34,6 @@ python_install_all() { insinto /usr/share/vim/vimfiles doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax} - insinto /usr/share/zsh/site-functions + insinto /usr/share/zsh/site-functions doins data/shell-completions/zsh/_meson }