From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F68D1382C5 for ; Thu, 3 Dec 2020 01:04:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A79CE089A; Thu, 3 Dec 2020 01:04:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 326E0E089C for ; Thu, 3 Dec 2020 01:04:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE6943412D5 for ; Thu, 3 Dec 2020 01:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB56A483 for ; Thu, 3 Dec 2020 01:04:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1606956357.9c6d426c32fdc6b2a2c89164927f0ca2807fc0f4.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: media-sound/amarok/amarok-2.8.90-r5.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9c6d426c32fdc6b2a2c89164927f0ca2807fc0f4 X-VCS-Branch: master Date: Thu, 3 Dec 2020 01:04:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: efaab010-78fb-44a4-9827-31260c633c21 X-Archives-Hash: 77f66a44d9bd77a5abf91d8019347251 commit: 9c6d426c32fdc6b2a2c89164927f0ca2807fc0f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 3 00:32:57 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 3 00:45:57 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9c6d426c media-sound/amarok: Fix MissingUseDepDefault, obsolete live switches Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/amarok/amarok-2.8.90-r5.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/media-sound/amarok/amarok-2.8.90-r5.ebuild b/media-sound/amarok/amarok-2.8.90-r5.ebuild index 51e61eb6..2e91ab06 100644 --- a/media-sound/amarok/amarok-2.8.90-r5.ebuild +++ b/media-sound/amarok/amarok-2.8.90-r5.ebuild @@ -12,19 +12,13 @@ inherit flag-o-matic kde4-base pax-utils DESCRIPTION="Advanced audio player based on KDE framework" HOMEPAGE="https://amarok.kde.org/" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="amd64 x86" -fi +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2" SLOT="4" +KEYWORDS="amd64 x86" IUSE="debug ipod lastfm mp3tunes mtp ofa test +utils" -if [[ ${KDE_BUILD_TYPE} == live ]]; then - RESTRICT+=" test" -fi - # ipod requires gdk enabled and also gtk compiled in libgpod COMMONDEPEND=" $(add_kdeapps_dep kdebase-kioslaves) @@ -39,7 +33,7 @@ COMMONDEPEND=" >=virtual/mysql-5.1[-minimal(-)] >=x11-libs/qtscriptgenerator-0.1.0 ipod? ( >=media-libs/libgpod-0.7.0[gtk] ) - lastfm? ( >=media-libs/liblastfm-1.0.3[qt4] ) + lastfm? ( >=media-libs/liblastfm-1.0.3[qt4(-)] ) mp3tunes? ( dev-libs/glib:2 dev-libs/libxml2