summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-28 15:20:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-28 15:33:34 +0200
commit500523e2cd1e796e2a9a8c5019378b1a647f5788 (patch)
tree76ec6a6f60ef2f7d1c3cb888d76262012e204774 /media-libs/phonon-vlc
parentmedia-libs/phonon: Relax minimum ECM dependency (diff)
downloadgentoo-500523e2cd1e796e2a9a8c5019378b1a647f5788.tar.gz
gentoo-500523e2cd1e796e2a9a8c5019378b1a647f5788.tar.bz2
gentoo-500523e2cd1e796e2a9a8c5019378b1a647f5788.zip
media-libs/phonon-vlc: Relax minimum ECM dependency
Actually, >=5.115 is recent enough to also build for Qt6. Bug: https://bugs.gentoo.org/935033 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/phonon-vlc')
-rw-r--r--media-libs/phonon-vlc/phonon-vlc-0.12.0-r1.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/media-libs/phonon-vlc/phonon-vlc-0.12.0-r1.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.12.0-r1.ebuild
index b7a910e8c334..39bb406ee662 100644
--- a/media-libs/phonon-vlc/phonon-vlc-0.12.0-r1.ebuild
+++ b/media-libs/phonon-vlc/phonon-vlc-0.12.0-r1.ebuild
@@ -32,15 +32,10 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND="
dev-libs/libpcre2:*
+ >=kde-frameworks/extra-cmake-modules-5.115.0:*
virtual/pkgconfig
- qt5? (
- dev-qt/linguist-tools:5
- >=kde-frameworks/extra-cmake-modules-5.115.0:*
- )
- qt6? (
- dev-qt/qttools:6[linguist]
- >=kde-frameworks/extra-cmake-modules-6.0.0:*
- )
+ qt5? ( dev-qt/linguist-tools:5 )
+ qt6? ( dev-qt/qttools:6[linguist] )
"
pkg_setup() {