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 B53AC1396D1 for ; Sat, 26 Aug 2017 06:50:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1E971FC03B; Sat, 26 Aug 2017 06:50:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D22D61FC03B for ; Sat, 26 Aug 2017 06:50:11 +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 8DBFA34105A for ; Sat, 26 Aug 2017 06:50:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D9BD8301 for ; Sat, 26 Aug 2017 06:50:02 +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: <1503730191.b6f66db61d420baf27d8ff2040b0c0b6a757f417.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/colorv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/colorv/colorv-3.0.2-r1.ebuild X-VCS-Directories: app-vim/colorv/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: b6f66db61d420baf27d8ff2040b0c0b6a757f417 X-VCS-Branch: master Date: Sat, 26 Aug 2017 06:50:02 +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: 27734170-7456-4e13-9c56-73d4368b740c X-Archives-Hash: c31ca65062974873675436f1f30a34e8 commit: b6f66db61d420baf27d8ff2040b0c0b6a757f417 Author: Patrick Lauer gentoo org> AuthorDate: Sat Aug 26 06:49:51 2017 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Sat Aug 26 06:49:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f66db6 app-vim/colorv: Whitespace Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-vim/colorv/colorv-3.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/colorv/colorv-3.0.2-r1.ebuild b/app-vim/colorv/colorv-3.0.2-r1.ebuild index 05ba503efb1..3196672085e 100644 --- a/app-vim/colorv/colorv-3.0.2-r1.ebuild +++ b/app-vim/colorv/colorv-3.0.2-r1.ebuild @@ -28,7 +28,7 @@ src_prepare() { eapply_user # fix shebangs in Python files (note: one of them is python3...) - sed -i -e "1s:python[23]:${EPYTHON}:" autoload/colorv/*.py || die + sed -i -e "1s:python[23]:${EPYTHON}:" autoload/colorv/*.py || die # use python colorpicker instead of C-based picker rm autoload/colorv/{colorpicker.c,Makefile} || die }