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 7760B1382DE for ; Sun, 3 Jul 2016 01:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5F0DE0B2D; Sun, 3 Jul 2016 01:05:12 +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 81612E0B2D for ; Sun, 3 Jul 2016 01:05:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 378D0340D24 for ; Sun, 3 Jul 2016 01:05:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 064222435 for ; Sun, 3 Jul 2016 01:05:09 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1467507861.8fb13e5184fec426206985aec3445febfbe00b2a.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mailx-support/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/mailx-support/mailx-support-20060102-r2.ebuild X-VCS-Directories: mail-client/mailx-support/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 8fb13e5184fec426206985aec3445febfbe00b2a X-VCS-Branch: master Date: Sun, 3 Jul 2016 01:05:09 +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: af4331ce-c05f-4c46-acd9-6f9d5d58a3ea X-Archives-Hash: 35561aa0cd4d68f8ffc8a1e685e53ce9 commit: 8fb13e5184fec426206985aec3445febfbe00b2a Author: Zac Medico gentoo org> AuthorDate: Sun Jul 3 01:04:21 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Jul 3 01:04:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb13e51 mail-client/mailx-support: add ${EPREFIX} to emake prefix Package-Manager: portage-2.3.0 mail-client/mailx-support/mailx-support-20060102-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild index 658f959..7ee0a50 100644 --- a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild +++ b/mail-client/mailx-support/mailx-support-20060102-r2.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$ @@ -35,5 +35,5 @@ src_compile() { } src_install() { - emake prefix="${D}/usr" install + emake prefix="${ED}/usr" install }