diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-10-19 05:07:38 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-10-19 05:13:21 +1100 |
commit | 236b037660f0f2ea77aeae218309a648d9249a6e (patch) | |
tree | b6d485bedb103b086ce045c50172c3dbebab6307 /x11-libs/libqxt | |
parent | app-admin/ansible: x86 stable wrt bug #562704 (diff) | |
download | gentoo-236b037660f0f2ea77aeae218309a648d9249a6e.tar.gz gentoo-236b037660f0f2ea77aeae218309a648d9249a6e.tar.bz2 gentoo-236b037660f0f2ea77aeae218309a648d9249a6e.zip |
x11-libs/libqxt: don't call qmake directly
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-libs/libqxt')
-rw-r--r-- | x11-libs/libqxt/libqxt-0.6.2-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libqxt/libqxt-0.6.2-r2.ebuild b/x11-libs/libqxt/libqxt-0.6.2-r2.ebuild index bdebee63532e..011aa7a97e47 100644 --- a/x11-libs/libqxt/libqxt-0.6.2-r2.ebuild +++ b/x11-libs/libqxt/libqxt-0.6.2-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit multilib qt4-r2 +inherit multilib qmake-utils qt4-r2 DESCRIPTION="The Qt eXTension library provides cross-platform utility classes for the Qt toolkit" HOMEPAGE="http://libqxt.org/" @@ -57,7 +57,7 @@ src_configure() { -prefix "${EPREFIX}/usr" -libdir "${EPREFIX}/usr/$(get_libdir)" -docdir "${EPREFIX}/usr/share/doc/${PF}" - -qmake-bin "${EPREFIX}/usr/bin/qmake" + -qmake-bin "${EPREFIX}/$(qt4_get_bindir)/qmake" $(use debug && echo -debug || echo -release) $(use berkdb || echo -no-db -nomake berkeley) $(use doc || echo -nomake docs) |