commit: 72e7e7b271db71193d950692540c54c175e762dc
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Tue May 3 06:15:33 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue May 3 11:13:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e7e7b2
media-libs/liblastfm: Fix typo
Package-Manager: portage-2.2.27
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
media-libs/liblastfm/liblastfm-1.0.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/liblastfm/liblastfm-1.0.9.ebuild
b/media-libs/liblastfm/liblastfm-1.0.9.ebuild
index ee7c9cd..5a775f5 100644
--- a/media-libs/liblastfm/liblastfm-1.0.9.ebuild
+++ b/media-libs/liblastfm/liblastfm-1.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -64,7 +64,7 @@ src_configure() {
mycmakeargs+=(-DBUILD_WITH_QT4=ON)
fi
if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
- mycmakeargs+=(-DBUILD_WITH_OT4=OFF)
+ mycmakeargs+=(-DBUILD_WITH_QT4=OFF)
fi
cmake-utils_src_configure
}