summaryrefslogtreecommitdiff
path: root/kde-apps/kio-extras
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-10-09 22:14:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-10-09 22:19:54 +0200
commit38c4d9ad6973a27e63043e371e5df51343c73eb3 (patch)
tree051380eb3263e07fcc164484f191b6c72b554cf4 /kde-apps/kio-extras
parentb0b239bf197d5676738c6e0cc00a57366c131925 (diff)
downloadkde-38c4d9ad6973a27e63043e371e5df51343c73eb3.tar.gz
kde-38c4d9ad6973a27e63043e371e5df51343c73eb3.tar.bz2
kde-38c4d9ad6973a27e63043e371e5df51343c73eb3.zip
kde-apps/kio-extras: Drop IUSE phonon
Upstream commit fd324ec18f9676652d325a7a508cc292d45075e1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kio-extras')
-rw-r--r--kde-apps/kio-extras/kio-extras-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild
index 07f016bf058..7f5a19e973a 100644
--- a/kde-apps/kio-extras/kio-extras-9999.ebuild
+++ b/kde-apps/kio-extras/kio-extras-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/network/kio-extras"
LICENSE="GPL-2" # TODO: CHECK
SLOT="6"
KEYWORDS=""
-IUSE="activities ios +man mtp nfs +libproxy openexr phonon samba +sftp taglib X"
+IUSE="activities ios +man mtp nfs +libproxy openexr samba +sftp taglib X"
# requires running Plasma environment
RESTRICT="test"
@@ -54,7 +54,6 @@ DEPEND="
mtp? ( >=media-libs/libmtp-1.1.16:= )
nfs? ( net-libs/libtirpc:= )
openexr? ( media-libs/openexr:= )
- phonon? ( >=media-libs/phonon-4.12.0[qt6(+)] )
samba? (
>=kde-frameworks/kdnssd-${KFMIN}:6
net-fs/samba[client]
@@ -90,7 +89,6 @@ src_configure() {
$(cmake_use_find_package mtp Libmtp)
$(cmake_use_find_package nfs TIRPC)
$(cmake_use_find_package openexr OpenEXR)
- $(cmake_use_find_package phonon Phonon4Qt6)
$(cmake_use_find_package samba Samba)
$(cmake_use_find_package sftp libssh)
$(cmake_use_find_package taglib Taglib)