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 3D50C1397EC for ; Wed, 19 Aug 2015 19:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7B8B141E1; Wed, 19 Aug 2015 19:06:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B911141E1 for ; Wed, 19 Aug 2015 19:06:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 933663409C7 for ; Wed, 19 Aug 2015 19:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A4C5153 for ; Wed, 19 Aug 2015 19:06:39 +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: <1440011166.5f8a7e168a21ee4aa732bcb46f3ed77c9d33da06.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmix/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmix/kmix-15.08.0.ebuild kde-apps/kmix/kmix-15.08.49.9999.ebuild kde-apps/kmix/kmix-9999.ebuild X-VCS-Directories: kde-apps/kmix/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 5f8a7e168a21ee4aa732bcb46f3ed77c9d33da06 X-VCS-Branch: master Date: Wed, 19 Aug 2015 19:06:39 +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: 0097e297-bf71-458f-b9ab-de065920a473 X-Archives-Hash: 85a75323da064648c9eb8854a3979838 commit: 5f8a7e168a21ee4aa732bcb46f3ed77c9d33da06 Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 19 19:06:06 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 19 19:06:06 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5f8a7e16 kde-apps/kmix: use correct CMake find module capitalisation. Package-Manager: portage-2.2.20.1 kde-apps/kmix/kmix-15.08.0.ebuild | 2 +- kde-apps/kmix/kmix-15.08.49.9999.ebuild | 2 +- kde-apps/kmix/kmix-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-apps/kmix/kmix-15.08.0.ebuild b/kde-apps/kmix/kmix-15.08.0.ebuild index a44f296..e759c93 100644 --- a/kde-apps/kmix/kmix-15.08.0.ebuild +++ b/kde-apps/kmix/kmix-15.08.0.ebuild @@ -44,7 +44,7 @@ PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" ) src_configure() { local mycmakeargs=( -DKMIX_KF5_BUILD=ON - $(cmake-utils_use_find_package alsa) + $(cmake-utils_use_find_package alsa Alsa) $(cmake-utils_use_find_package pulseaudio Canberra) $(cmake-utils_use_find_package pulseaudio PulseAudio) ) diff --git a/kde-apps/kmix/kmix-15.08.49.9999.ebuild b/kde-apps/kmix/kmix-15.08.49.9999.ebuild index 81314ae..404294b 100644 --- a/kde-apps/kmix/kmix-15.08.49.9999.ebuild +++ b/kde-apps/kmix/kmix-15.08.49.9999.ebuild @@ -44,7 +44,7 @@ PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" ) src_configure() { local mycmakeargs=( -DKMIX_KF5_BUILD=ON - $(cmake-utils_use_find_package alsa) + $(cmake-utils_use_find_package alsa Alsa) $(cmake-utils_use_find_package pulseaudio Canberra) $(cmake-utils_use_find_package pulseaudio PulseAudio) ) diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild index 81314ae..404294b 100644 --- a/kde-apps/kmix/kmix-9999.ebuild +++ b/kde-apps/kmix/kmix-9999.ebuild @@ -44,7 +44,7 @@ PATCHES=( "${FILESDIR}/${PN}-15.04.2-alsa-optional.patch" ) src_configure() { local mycmakeargs=( -DKMIX_KF5_BUILD=ON - $(cmake-utils_use_find_package alsa) + $(cmake-utils_use_find_package alsa Alsa) $(cmake-utils_use_find_package pulseaudio Canberra) $(cmake-utils_use_find_package pulseaudio PulseAudio) )