app-misc/recoll: don't call qmake directly

Package-Manager: portage-2.2.20.1
This commit is contained in:
Michael Palimaka
2015-10-19 05:19:37 +11:00
parent 0214a6675e
commit eb44809c3c
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
EAPI="4"
PYTHON_DEPEND="2"
inherit toolchain-funcs qt4-r2 linux-info python
inherit toolchain-funcs qmake-utils qt4-r2 linux-info python
DESCRIPTION="A personal full text search package"
HOMEPAGE="http://www.lesbonscomptes.com/recoll/"
@@ -103,7 +103,7 @@ src_prepare() {
src_configure() {
local qtconf
use qt4 && qtconf="QMAKEPATH=/usr/bin/qmake"
use qt4 && qtconf="QMAKEPATH=$(qt4_get_bindir)/qmake"
econf \
$(use_with spell aspell) \

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
PYTHON_DEPEND="2"
inherit toolchain-funcs qt4-r2 linux-info python readme.gentoo
inherit toolchain-funcs qmake-utils qt4-r2 linux-info python readme.gentoo
DESCRIPTION="A personal full text search package"
HOMEPAGE="http://www.lesbonscomptes.com/recoll/"
@@ -116,7 +116,7 @@ src_configure() {
local qtconf
if use qt4 || use webkit; then
qtconf="QMAKEPATH=/usr/bin/qmake"
qtconf="QMAKEPATH=$(qt4_get_bindir)/qmake"
fi
econf \