commit:     a4614d6e557520977d71f0808415dc7ffbb58a79
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 14:57:46 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 15:01:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4614d6e

app-editors/znotes: use correct version of lrelease

Package-Manager: portage-2.2.26

 app-editors/znotes/znotes-0.4.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/znotes/znotes-0.4.5.ebuild 
b/app-editors/znotes/znotes-0.4.5.ebuild
index 40ec5b6..b0f484b 100644
--- a/app-editors/znotes/znotes-0.4.5.ebuild
+++ b/app-editors/znotes/znotes-0.4.5.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=4
-inherit qt4-r2
+inherit qmake-utils qt4-r2
 
 DESCRIPTION="Simple Notes"
 HOMEPAGE="http://znotes.sourceforge.net/";
@@ -23,6 +23,6 @@ DOCS="CHANGELOG THANKS"
 PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
 
 src_configure() {
-       lrelease znotes.pro || die "lrelease failed"
+       "$(qt4_get_bindir)"/lrelease znotes.pro || die "lrelease failed"
        qt4-r2_src_configure
 }

Reply via email to