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 B5EEB1382C5 for ; Wed, 21 Feb 2018 20:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C28A0E09B1; Wed, 21 Feb 2018 20:34:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A11E9E09B1 for ; Wed, 21 Feb 2018 20:34:13 +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 DF9EB335C4D for ; Wed, 21 Feb 2018 20:34:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE10F241 for ; Wed, 21 Feb 2018 20:34:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1519245140.2b6bbbe1fa91fdc841a7072acb3d827af5663d3e.floppym@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.1.ebuild X-VCS-Directories: dev-util/meson/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2b6bbbe1fa91fdc841a7072acb3d827af5663d3e X-VCS-Branch: master Date: Wed, 21 Feb 2018 20:34:09 +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: 2b83efb0-e73c-4dac-ae17-675b7f702346 X-Archives-Hash: 98ff3e553ef0469b3542bb5c0d470258 commit: 2b6bbbe1fa91fdc841a7072acb3d827af5663d3e Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Wed Feb 21 19:04:20 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Feb 21 20:32:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6bbbe1 dev-util/meson: Fix indentation. dev-util/meson/meson-0.44.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/meson/meson-0.44.1.ebuild b/dev-util/meson/meson-0.44.1.ebuild index 05d9ab2b90f..653c37b0aa1 100644 --- a/dev-util/meson/meson-0.44.1.ebuild +++ b/dev-util/meson/meson-0.44.1.ebuild @@ -35,5 +35,5 @@ python_install_all() { insinto /usr/share/vim/vimfiles doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax} insinto /usr/share/zsh/site-functions -doins data/shell-completions/zsh/_meson + doins data/shell-completions/zsh/_meson }