Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblastfm/
Date: Tue, 03 May 2016 11:14:14
Message-Id: 1462274037.72e7e7b271db71193d950692540c54c175e762dc.johu@gentoo
1 commit: 72e7e7b271db71193d950692540c54c175e762dc
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Tue May 3 06:15:33 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 11:13:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e7e7b2
7
8 media-libs/liblastfm: Fix typo
9
10 Package-Manager: portage-2.2.27
11
12 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
13
14 media-libs/liblastfm/liblastfm-1.0.9.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/liblastfm/liblastfm-1.0.9.ebuild b/media-libs/liblastfm/liblastfm-1.0.9.ebuild
18 index ee7c9cd..5a775f5 100644
19 --- a/media-libs/liblastfm/liblastfm-1.0.9.ebuild
20 +++ b/media-libs/liblastfm/liblastfm-1.0.9.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -64,7 +64,7 @@ src_configure() {
28 mycmakeargs+=(-DBUILD_WITH_QT4=ON)
29 fi
30 if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
31 - mycmakeargs+=(-DBUILD_WITH_OT4=OFF)
32 + mycmakeargs+=(-DBUILD_WITH_QT4=OFF)
33 fi
34 cmake-utils_src_configure
35 }