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 8B58E138010 for ; Mon, 15 Feb 2016 15:13:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CD46E077F; Mon, 15 Feb 2016 15:13:34 +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 B56CAE077F for ; Mon, 15 Feb 2016 15:13:33 +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 6DB3B340928 for ; Mon, 15 Feb 2016 15:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0772DCFF for ; Mon, 15 Feb 2016 15:13:30 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1455549189.f0bea75ef9fa1e244c0f1c2a84e85c37a729c51d.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/net-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild sys-apps/net-tools/net-tools-9999.ebuild X-VCS-Directories: sys-apps/net-tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: f0bea75ef9fa1e244c0f1c2a84e85c37a729c51d X-VCS-Branch: master Date: Mon, 15 Feb 2016 15:13:30 +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: 66da997d-c454-47bb-8472-d07011151eb8 X-Archives-Hash: 5bfe2d99081922ded6f9cf353cd9ac58 commit: f0bea75ef9fa1e244c0f1c2a84e85c37a729c51d Author: Mike Frysinger gentoo org> AuthorDate: Mon Feb 15 14:54:39 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Feb 15 15:13:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bea75e sys-apps/net-tools: run install manually for prefix #567300 sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild | 6 ++++-- sys-apps/net-tools/net-tools-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild b/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild index 059a1aa..5db331c 100644 --- a/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild +++ b/sys-apps/net-tools/net-tools-1.60_p20151124144947.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -76,7 +76,9 @@ src_configure() { } src_install() { - default + # We need to use emake by hand to pass ED. #567300 + emake DESTDIR="${ED}" install + dodoc README THANKS TODO # TODO: Make these into config knobs upstream. if ! use arp ; then diff --git a/sys-apps/net-tools/net-tools-9999.ebuild b/sys-apps/net-tools/net-tools-9999.ebuild index 059a1aa..5db331c 100644 --- a/sys-apps/net-tools/net-tools-9999.ebuild +++ b/sys-apps/net-tools/net-tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -76,7 +76,9 @@ src_configure() { } src_install() { - default + # We need to use emake by hand to pass ED. #567300 + emake DESTDIR="${ED}" install + dodoc README THANKS TODO # TODO: Make these into config knobs upstream. if ! use arp ; then