diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-23 21:02:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-25 22:42:40 +0200 |
commit | 3f92b3ac40a220c07f460a083325b329cf15d773 (patch) | |
tree | 1eb0b4ce47ed2f9598bc284a7c4db11191cc6ddd /media-libs/phonon | |
parent | net-libs/signond: Add pkg_postinst warning (diff) | |
download | gentoo-3f92b3ac40a220c07f460a083325b329cf15d773.tar.gz gentoo-3f92b3ac40a220c07f460a083325b329cf15d773.tar.bz2 gentoo-3f92b3ac40a220c07f460a083325b329cf15d773.zip |
media-libs/phonon: media-libs/phonon-gstreamer is dead, block it
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/phonon')
-rw-r--r-- | media-libs/phonon/phonon-4.12.0-r2.ebuild (renamed from media-libs/phonon/phonon-4.12.0-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/phonon/phonon-4.12.0-r1.ebuild b/media-libs/phonon/phonon-4.12.0-r2.ebuild index 9efc34081dc0..d47b6cab6593 100644 --- a/media-libs/phonon/phonon-4.12.0-r1.ebuild +++ b/media-libs/phonon/phonon-4.12.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://community.kde.org/Phonon" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64" fi LICENSE="|| ( LGPL-2.1 LGPL-3 ) !pulseaudio? ( || ( GPL-2 GPL-3 ) )" @@ -36,6 +36,7 @@ DEPEND=" ) " RDEPEND="${DEPEND} + !media-libs/phonon-gstreamer || ( kde-frameworks/breeze-icons:* kde-frameworks/oxygen-icons:* |