From 72e7e7b271db71193d950692540c54c175e762dc Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 3 May 2016 08:15:33 +0200 Subject: [PATCH] media-libs/liblastfm: Fix typo Package-Manager: portage-2.2.27 Signed-off-by: Johannes Huber --- 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 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 } -- 2.26.2