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 93F1C1396D0 for ; Mon, 9 Oct 2017 19:21:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EAC02BC047; Mon, 9 Oct 2017 19:21:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5C0892BC047 for ; Mon, 9 Oct 2017 19:21:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5DABE33C27B for ; Mon, 9 Oct 2017 19:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 036728F66 for ; Mon, 9 Oct 2017 19:21:19 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1507576873.8216925e5452363a7e5001dd9da87455a1362e1b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nim/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/nim/nim-0.17.2.ebuild X-VCS-Directories: dev-lang/nim/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8216925e5452363a7e5001dd9da87455a1362e1b X-VCS-Branch: master Date: Mon, 9 Oct 2017 19:21:19 +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: b39a3d0e-2140-4d35-9a27-a676353b0f75 X-Archives-Hash: 4808416ae56ca121f4241951c275bd27 commit: 8216925e5452363a7e5001dd9da87455a1362e1b Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Oct 9 19:21:02 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Oct 9 19:21:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8216925e dev-lang/nim: add basic prefix support Package-Manager: Portage-2.3.11, Repoman-2.3.3 dev-lang/nim/nim-0.17.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/nim/nim-0.17.2.ebuild b/dev-lang/nim/nim-0.17.2.ebuild index f26909ecc79..523a411b0dd 100644 --- a/dev-lang/nim/nim-0.17.2.ebuild +++ b/dev-lang/nim/nim-0.17.2.ebuild @@ -40,8 +40,8 @@ src_test() { } src_install() { - ./koch install "${D}/usr" || die "koch install failed" - rm -r "${D}/usr/nim/doc" || die "failed to remove 'doc'" + ./koch install "${ED}/usr" || die "koch install failed" + rm -r "${ED}/usr/nim/doc" || die "failed to remove 'doc'" dodir /usr/bin dosym ../nim/bin/nim /usr/bin/nim