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 1E8921381F3 for ; Thu, 21 Apr 2016 17:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0DB4E085C; Thu, 21 Apr 2016 17:15:24 +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 C73C7E0851 for ; Thu, 21 Apr 2016 17:15:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DE6FF340901 for ; Thu, 21 Apr 2016 17:15:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F14AC15F5 for ; Thu, 21 Apr 2016 17:15:17 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1461258893.1f9e444f7273c0af6d677b2dd3bb7a762dde1529.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon/phonon-9999.ebuild X-VCS-Directories: media-libs/phonon/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1f9e444f7273c0af6d677b2dd3bb7a762dde1529 X-VCS-Branch: master Date: Thu, 21 Apr 2016 17:15:17 +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: 56177ebd-92c6-420f-9838-7c34c976df38 X-Archives-Hash: cf7da60c8eb22ba47e5abeffa36fb69f commit: 1f9e444f7273c0af6d677b2dd3bb7a762dde1529 Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 21 16:49:28 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 21 17:14:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9e444f media-libs/phonon: port to EAPI 6 Package-Manager: portage-2.2.28 media-libs/phonon/phonon-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index 650a95d..c2c0214 100644 --- a/media-libs/phonon/phonon-9999.ebuild +++ b/media-libs/phonon/phonon-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz" @@ -64,11 +64,11 @@ pkg_setup() { multilib_src_configure() { local mycmakeargs=( + -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer) -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE - $(cmake-utils_use designer PHONON_BUILD_DESIGNER_PLUGIN) - $(cmake-utils_use_with pulseaudio GLIB2) - $(cmake-utils_use_with pulseaudio PulseAudio) - $(multilib_is_native_abi && cmake-utils_use_with zeitgeist QZeitgeist) + -DWITH_GLIB2=$(usex pulseaudio) + -DWITH_PulseAudio=$(usex pulseaudio) + $(multilib_is_native_abi && echo -DWITH_QZeitgeist=$(usex zeitgeist)) ) if [[ ${QT_MULTIBUILD_VARIANT} = qt4 ]]; then