diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 17:25:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 22:46:40 +0200 |
commit | 2da272d5c324600a81df1bac4b400145dfd628b9 (patch) | |
tree | a12c563b042ae15979cc51d44e88e63c24170c5e /media-libs | |
parent | app-emacs/scala-ts-mode: add 1.0.0_p20240630 (diff) | |
download | gentoo-2da272d5c324600a81df1bac4b400145dfd628b9.tar.gz gentoo-2da272d5c324600a81df1bac4b400145dfd628b9.tar.bz2 gentoo-2da272d5c324600a81df1bac4b400145dfd628b9.zip |
media-libs/phonon: Switch IUSE +vlc to minimal
With only a single available backend left, it does not make that much sense
to rely on a commonly disabled flag to provide major functionality, even if
enabled by default.
Bug: https://bugs.gentoo.org/935033
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/phonon/phonon-4.12.0-r3.ebuild (renamed from media-libs/phonon/phonon-4.12.0-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/phonon/phonon-4.12.0-r2.ebuild b/media-libs/phonon/phonon-4.12.0-r3.ebuild index 4770b16093c7..b821463b8b9a 100644 --- a/media-libs/phonon/phonon-4.12.0-r2.ebuild +++ b/media-libs/phonon/phonon-4.12.0-r3.ebuild @@ -15,7 +15,7 @@ fi LICENSE="|| ( LGPL-2.1 LGPL-3 ) !pulseaudio? ( || ( GPL-2 GPL-3 ) )" SLOT="0" -IUSE="debug designer pulseaudio +qt5 qt6 +vlc" +IUSE="debug designer minimal pulseaudio +qt5 qt6" REQUIRED_USE="|| ( qt5 qt6 )" DEPEND=" @@ -50,7 +50,7 @@ BDEPEND=" qt6? ( dev-qt/qttools:6[linguist] ) " PDEPEND=" - vlc? ( >=media-libs/phonon-vlc-0.12.0[qt5?,qt6?] ) + !minimal? ( >=media-libs/phonon-vlc-0.12.0[qt5?,qt6?] ) " pkg_setup() { |