diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-14 13:41:55 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-14 13:45:50 +0100 |
commit | 1e7f89dec21208c6096a5558d8bdf090aa1cf9f0 (patch) | |
tree | 51ca8ae4226f31ef91253a8c6a66c97c945c54ea /app-text/searchmonkey | |
parent | app-admin/eselect: stable 1.4.11 for ia64 (diff) | |
download | gentoo-1e7f89dec21208c6096a5558d8bdf090aa1cf9f0.tar.gz gentoo-1e7f89dec21208c6096a5558d8bdf090aa1cf9f0.tar.bz2 gentoo-1e7f89dec21208c6096a5558d8bdf090aa1cf9f0.zip |
app-text/searchmonkey: eqmake4 in src_configure not _compile
Closes: https://bugs.gentoo.org/627788
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-text/searchmonkey')
-rw-r--r-- | app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild b/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild index 34061ebf5259..917331f46e39 100644 --- a/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild +++ b/app-text/searchmonkey/searchmonkey-2.0.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils qmake-utils +inherit desktop qmake-utils MY_PN=${PN}2 MY_P=${PN}_v${PV} @@ -31,8 +31,8 @@ PATCHES=( "${FILESDIR}"/${P}-gcc6.patch ) -src_compile() { - eqmake4 +src_configure() { + eqmake4 searchmonkey_2_0.pro } src_install() { |