From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ABBD358974 for ; Sun, 17 Jan 2016 09:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4145121C045; Sun, 17 Jan 2016 09:45:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D95621C013 for ; Sun, 17 Jan 2016 09:45:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B512834092E for ; Sun, 17 Jan 2016 09:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC48AEEF for ; Sun, 17 Jan 2016 09:45:27 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1453023894.b0ff89c90a35c6eb3ffb867bef8f9235ff48405c.grobian@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.4.1.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: b0ff89c90a35c6eb3ffb867bef8f9235ff48405c X-VCS-Branch: master Date: Sun, 17 Jan 2016 09:45: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: 8a51291a-a910-48f5-b312-dd1c6684e02e X-Archives-Hash: 789fe5bd38b7d674efdcf6eb89f6839f commit: b0ff89c90a35c6eb3ffb867bef8f9235ff48405c Author: Fabian Groffen gentoo org> AuthorDate: Sun Jan 17 09:43:47 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jan 17 09:44:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ff89c9 dev-util/cmake: remove existing files in Prefix Package-Manager: portage-2.2.20-prefix dev-util/cmake/cmake-3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmake/cmake-3.4.1.ebuild b/dev-util/cmake/cmake-3.4.1.ebuild index bf3ff38..90aced8 100644 --- a/dev-util/cmake/cmake-3.4.1.ebuild +++ b/dev-util/cmake/cmake-3.4.1.ebuild @@ -186,7 +186,7 @@ src_install() { dobashcomp Auxiliary/bash-completion/{${PN},ctest,cpack} - rm -rf "${D}"/usr/share/cmake/{completions,editors} || die + rm -rf "${ED}"/usr/share/cmake/{completions,editors} || die } pkg_postinst() {