From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-951787-garchives=archives.gentoo.org@lists.gentoo.org>
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 EA5E4139694
	for <garchives@archives.gentoo.org>; Wed, 24 May 2017 13:27:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AEAE9E0D1C;
	Wed, 24 May 2017 13:27:24 +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-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 858E5E0D0B
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 May 2017 13:27:24 +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 16AC23417C9
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 May 2017 13:27:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 796B37463
	for <gentoo-commits@lists.gentoo.org>; Wed, 24 May 2017 13:27:21 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1495632053.97ee22b43c23e34c1ba771152f9d7584f139cecd.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lang/mujs/mujs-0_p20161202.ebuild
X-VCS-Directories: dev-lang/mujs/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 97ee22b43c23e34c1ba771152f9d7584f139cecd
X-VCS-Branch: master
Date: Wed, 24 May 2017 13:27:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 4d6f4e5a-d253-4329-83eb-e2212d7d30d5
X-Archives-Hash: 9ad65fef616d9f74094782529866dad5

commit:     97ee22b43c23e34c1ba771152f9d7584f139cecd
Author:     Martin Mokrejš <mmokrejs <AT> gmail <DOT> com>
AuthorDate: Fri Mar 17 13:26:23 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 24 13:20:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ee22b4

dev-lang/mujs-0_p20161202: respect EPREFIX

Closes: https://github.com/gentoo/gentoo/pull/4229

 dev-lang/mujs/mujs-0_p20161202.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-lang/mujs/mujs-0_p20161202.ebuild b/dev-lang/mujs/mujs-0_p20161202.ebuild
index edf45f9d2f9..0bfbf13ff36 100644
--- a/dev-lang/mujs/mujs-0_p20161202.ebuild
+++ b/dev-lang/mujs/mujs-0_p20161202.ebuild
@@ -28,3 +28,7 @@ src_prepare() {
 	append-cflags -fPIC
 	tc-export CC
 }
+
+src_install() {
+	emake DESTDIR="${ED}" install
+}