summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-05-03 08:15:33 +0200
committerJohannes Huber <johu@gentoo.org>2016-05-03 13:13:57 +0200
commit72e7e7b271db71193d950692540c54c175e762dc (patch)
treed4bdd1a6a2d91e2d3214d86c83c207c99f640409 /media-libs/liblastfm
parentmedia-libs/mutagen: Removed old. (diff)
downloadgentoo-72e7e7b271db71193d950692540c54c175e762dc.tar.gz
gentoo-72e7e7b271db71193d950692540c54c175e762dc.tar.bz2
gentoo-72e7e7b271db71193d950692540c54c175e762dc.zip
media-libs/liblastfm: Fix typo
Package-Manager: portage-2.2.27 Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'media-libs/liblastfm')
-rw-r--r--media-libs/liblastfm/liblastfm-1.0.9.ebuild4
1 files 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 ee7c9cd118ce..5a775f5a811d 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
}