mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-misc/recoll: don't call qmake directly
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -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) \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user