From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 799A1138222 for ; Tue, 3 May 2016 11:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4833E0850; Tue, 3 May 2016 11:14:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79ED4E0850 for ; Tue, 3 May 2016 11:14:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5820C34090F for ; Tue, 3 May 2016 11:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E83E7338 for ; Tue, 3 May 2016 11:14:07 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1462274037.72e7e7b271db71193d950692540c54c175e762dc.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblastfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liblastfm/liblastfm-1.0.9.ebuild X-VCS-Directories: media-libs/liblastfm/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 72e7e7b271db71193d950692540c54c175e762dc X-VCS-Branch: master Date: Tue, 3 May 2016 11:14:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c83537fc-f795-44f8-b2b1-ce24a989b1e1 X-Archives-Hash: 6aa041b42ba4db65a116dff5025051c1 commit: 72e7e7b271db71193d950692540c54c175e762dc Author: Andreas Sturmlechner gmail com> AuthorDate: Tue May 3 06:15:33 2016 +0000 Commit: Johannes Huber gentoo 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 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 }