summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-03 01:32:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-03 01:45:57 +0100
commit9c6d426c32fdc6b2a2c89164927f0ca2807fc0f4 (patch)
treef45a1a2ef80d85de8821cc5c1e204eadd1f34976 /media-sound
parentkde-misc/plasma-widget-menubar: Fix MissingUseDepDefault (diff)
downloadkde-sunset-9c6d426c32fdc6b2a2c89164927f0ca2807fc0f4.tar.gz
kde-sunset-9c6d426c32fdc6b2a2c89164927f0ca2807fc0f4.tar.bz2
kde-sunset-9c6d426c32fdc6b2a2c89164927f0ca2807fc0f4.zip
media-sound/amarok: Fix MissingUseDepDefault, obsolete live switches
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/amarok/amarok-2.8.90-r5.ebuild12
1 files 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