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 6B130139085 for ; Mon, 23 Jan 2017 23:21:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9014614231; Mon, 23 Jan 2017 23:21:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6DEF014234 for ; Mon, 23 Jan 2017 23:21:24 +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 3DA65341691 for ; Mon, 23 Jan 2017 23:21:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1531A7EC for ; Mon, 23 Jan 2017 23:21:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1485213602.61b3e8dfaad6b969107a289e7a44224e1c795965.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwtpolar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild X-VCS-Directories: x11-libs/qwtpolar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 61b3e8dfaad6b969107a289e7a44224e1c795965 X-VCS-Branch: master Date: Mon, 23 Jan 2017 23:21:21 +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: c4a886d4-54f3-4d41-82ef-c594b9ba02ff X-Archives-Hash: d3b185660163524684b50b248fa6b048 commit: 61b3e8dfaad6b969107a289e7a44224e1c795965 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 23 23:05:18 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 23 23:20:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b3e8df x11-libs/qwtpolar: Fix prefix configure Package-Manager: portage-2.3.0 x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild b/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild index 205777e..3bc8857 100644 --- a/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild +++ b/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild @@ -26,8 +26,8 @@ DEPEND="${RDEPEND}" src_prepare() { default - local qtplugindir=$(qt4_get_plugindir) - use qt5 && qtplugindir=$(qt5_get_plugindir) + local qtplugindir="${EPREFIX}$(qt4_get_plugindir)" + use qt5 && qtplugindir="${EPREFIX}$(qt5_get_plugindir)" sed \ -e "/QWT_POLAR_INSTALL_PREFIX /s:=.*$:= ${EPREFIX}/usr:g" \