From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SYJbV-0004gG-So for garchives@archives.gentoo.org; Sat, 26 May 2012 16:12:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82409E065A; Sat, 26 May 2012 16:12:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50691E065A for ; Sat, 26 May 2012 16:12:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88FBF1B4007 for ; Sat, 26 May 2012 16:12:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 25748E542A for ; Sat, 26 May 2012 16:12:24 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1338048660.2b5331b87f03831e3748927a7ad78ab52b7a9f5a.alexxy@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/amarok/amarok-9999.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 2b5331b87f03831e3748927a7ad78ab52b7a9f5a X-VCS-Branch: master Date: Sat, 26 May 2012 16:12:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c40d64eb-f4e7-473d-b169-ce0c3a8f85c0 X-Archives-Hash: d4a3acd40e9c272d28d09d1c187f7b63 commit: 2b5331b87f03831e3748927a7ad78ab52b7a9f5a Author: Alexey Shvetsov gentoo org> AuthorDate: Sat May 26 16:11:00 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sat May 26 16:11:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D2b5331b8 [media-sound/amarok] Allow installing with KDE SC 4.9 (Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest comm= it) --- media-sound/amarok/amarok-9999.ebuild | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/a= marok-9999.ebuild index 39c0e3a..cccbabe 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -43,7 +43,10 @@ COMMONDEPEND=3D" cdda? ( $(add_kdebase_dep libkcddb) $(add_kdebase_dep libkcompactdisc) - $(add_kdebase_dep kdemultimedia-kioslaves) + || ( + $(add_kdebase_dep audiocd-kio) + $(add_kdebase_dep kdemultimedia-kioslaves) + ) ) ipod? ( >=3Dmedia-libs/libgpod-0.7.0[gtk] ) lastfm? ( >=3Dmedia-libs/liblastfm-0.3.0 )