Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ams/
Date: Sat, 26 Nov 2016 14:39:09
Message-Id: 1480171123.64b0112f8d0c2ec34c882e3ba486131caea25354.soap@gentoo
1 commit: 64b0112f8d0c2ec34c882e3ba486131caea25354
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 14:38:20 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 14:38:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b0112f
7
8 media-sound/ams: Specify moc binary paths in econf call
9
10 Package-Manager: portage-2.3.2
11
12 media-sound/ams/ams-2.1.2.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/media-sound/ams/ams-2.1.2.ebuild b/media-sound/ams/ams-2.1.2.ebuild
16 index 0851f37..13f3a97 100644
17 --- a/media-sound/ams/ams-2.1.2.ebuild
18 +++ b/media-sound/ams/ams-2.1.2.ebuild
19 @@ -43,5 +43,7 @@ src_configure() {
20 econf \
21 --disable-nsm \
22 --enable-qt5 \
23 - MOC="$(qt5_get_bindir)/moc"
24 + MOC="$(qt5_get_bindir)/moc" \
25 + LUPDATE="$(qt5_get_bindir)/lupdate" \
26 + LRELEASE="$(qt5_get_bindir)/lrelease"
27 }