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 130A91395E2 for ; Thu, 24 Nov 2016 07:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57660E0C0F; Thu, 24 Nov 2016 07:09:31 +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 3FE91E0C0F for ; Thu, 24 Nov 2016 07:09:31 +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 6E40C340F1A for ; Thu, 24 Nov 2016 07:09:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91F1248B for ; Thu, 24 Nov 2016 07:09:27 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1479971350.6c6319712401454ab890944041c860010c5f7a61.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake/cmake-3.7.0.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6c6319712401454ab890944041c860010c5f7a61 X-VCS-Branch: master Date: Thu, 24 Nov 2016 07:09:27 +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: e49ba919-f38a-48de-bc32-6ea29679be6e X-Archives-Hash: 57eab6f321337b577d634f0a9bff704b commit: 6c6319712401454ab890944041c860010c5f7a61 Author: Lars Wendler gentoo org> AuthorDate: Thu Nov 24 07:09:10 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Nov 24 07:09:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c631971 dev-util/cmake: "rm -f" and "die" don't get along well. Package-Manager: portage-2.3.2 dev-util/cmake/cmake-3.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmake/cmake-3.7.0.ebuild b/dev-util/cmake/cmake-3.7.0.ebuild index 82bcc2f..50a62fd 100644 --- a/dev-util/cmake/cmake-3.7.0.ebuild +++ b/dev-util/cmake/cmake-3.7.0.ebuild @@ -184,7 +184,7 @@ src_install() { dobashcomp Auxiliary/bash-completion/{${PN},ctest,cpack} - rm -rf "${ED}"/usr/share/cmake/{completions,editors} || die + rm -r "${ED}"/usr/share/cmake/{completions,editors} || die } pkg_postinst() {