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 2819F1395E2 for ; Wed, 9 Nov 2016 19:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42941E0851; Wed, 9 Nov 2016 19:01:43 +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 29DDFE0851 for ; Wed, 9 Nov 2016 19:01:43 +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 38EDD3411B0 for ; Wed, 9 Nov 2016 19:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBA5824BD for ; Wed, 9 Nov 2016 18:50:34 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1478717426.ece5e7873256ca4eb54adb3866b94e501822c370.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pqiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pqiv/pqiv-2.2.ebuild X-VCS-Directories: media-gfx/pqiv/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: ece5e7873256ca4eb54adb3866b94e501822c370 X-VCS-Branch: master Date: Wed, 9 Nov 2016 18:50:34 +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: d23e495e-9060-4a63-a42c-8b9fe5e17297 X-Archives-Hash: ced48165179486c4cfbcd1d5465ef96c commit: ece5e7873256ca4eb54adb3866b94e501822c370 Author: Markus Meier gentoo org> AuthorDate: Wed Nov 9 18:50:26 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Nov 9 18:50:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece5e787 media-gfx/pqiv: respect EPREFIX, bug #594714 Package-Manager: portage-2.3.2 media-gfx/pqiv/pqiv-2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/pqiv/pqiv-2.2.ebuild b/media-gfx/pqiv/pqiv-2.2.ebuild index e518489..3d18561 100644 --- a/media-gfx/pqiv/pqiv-2.2.ebuild +++ b/media-gfx/pqiv/pqiv-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ pkg_setup() { } src_configure() { - ./configure --prefix=/usr --destdir="${D}" || die + ./configure --prefix="${EPREFIX}/usr" --destdir="${ED}" || die } src_compile() {