Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwtpolar/
Date: Mon, 23 Jan 2017 23:21:27
Message-Id: 1485213602.61b3e8dfaad6b969107a289e7a44224e1c795965.asturm@gentoo
1 commit: 61b3e8dfaad6b969107a289e7a44224e1c795965
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 23:05:18 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 23:20:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b3e8df
7
8 x11-libs/qwtpolar: Fix prefix configure
9
10 Package-Manager: portage-2.3.0
11
12 x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild b/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild
16 index 205777e..3bc8857 100644
17 --- a/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild
18 +++ b/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild
19 @@ -26,8 +26,8 @@ DEPEND="${RDEPEND}"
20 src_prepare() {
21 default
22
23 - local qtplugindir=$(qt4_get_plugindir)
24 - use qt5 && qtplugindir=$(qt5_get_plugindir)
25 + local qtplugindir="${EPREFIX}$(qt4_get_plugindir)"
26 + use qt5 && qtplugindir="${EPREFIX}$(qt5_get_plugindir)"
27
28 sed \
29 -e "/QWT_POLAR_INSTALL_PREFIX /s:=.*$:= ${EPREFIX}/usr:g" \