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 5C0B6138335 for ; Sat, 23 Feb 2019 17:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43A01E096D; Sat, 23 Feb 2019 17:12:02 +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 2054EE096D for ; Sat, 23 Feb 2019 17:12:02 +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 75FB433BEB8 for ; Sat, 23 Feb 2019 17:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83B3254A for ; Sat, 23 Feb 2019 17:11:58 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1550941902.cf81cdc0b7d86a10e75450293f572ed9a80e4558.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/easy-align/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/easy-align/easy-align-2.10.0-r1.ebuild X-VCS-Directories: app-vim/easy-align/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: cf81cdc0b7d86a10e75450293f572ed9a80e4558 X-VCS-Branch: master Date: Sat, 23 Feb 2019 17:11:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bec1ff0a-71e0-465d-9e0e-8e653f6e0a3f X-Archives-Hash: a4e3372bab2dddd28d648d69263929b1 commit: cf81cdc0b7d86a10e75450293f572ed9a80e4558 Author: Patrice Clement gentoo org> AuthorDate: Sat Feb 23 16:47:08 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Feb 23 17:11:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf81cdc0 app-vim/easy-align: add missing default function in src_prepare(). Closes: https://bugs.gentoo.org/676648 Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-vim/easy-align/easy-align-2.10.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild index dcb2ed0da09..fc97db12306 100644 --- a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild +++ b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild @@ -19,5 +19,6 @@ VIM_PLUGIN_HELPFILES="${PN}" S="${WORKDIR}/${MY_PN}-${PV}" src_prepare() { + default rm -rv test || die }