Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/znotes/
Date: Sun, 20 Dec 2015 15:02:19
Message-Id: 1450623716.a4614d6e557520977d71f0808415dc7ffbb58a79.kensington@gentoo
1 commit: a4614d6e557520977d71f0808415dc7ffbb58a79
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 20 14:57:46 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 20 15:01:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4614d6e
7
8 app-editors/znotes: use correct version of lrelease
9
10 Package-Manager: portage-2.2.26
11
12 app-editors/znotes/znotes-0.4.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/znotes/znotes-0.4.5.ebuild b/app-editors/znotes/znotes-0.4.5.ebuild
16 index 40ec5b6..b0f484b 100644
17 --- a/app-editors/znotes/znotes-0.4.5.ebuild
18 +++ b/app-editors/znotes/znotes-0.4.5.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=4
23 -inherit qt4-r2
24 +inherit qmake-utils qt4-r2
25
26 DESCRIPTION="Simple Notes"
27 HOMEPAGE="http://znotes.sourceforge.net/"
28 @@ -23,6 +23,6 @@ DOCS="CHANGELOG THANKS"
29 PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
30
31 src_configure() {
32 - lrelease znotes.pro || die "lrelease failed"
33 + "$(qt4_get_bindir)"/lrelease znotes.pro || die "lrelease failed"
34 qt4-r2_src_configure
35 }