diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-28 15:20:08 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-28 15:33:34 +0200 |
commit | 500523e2cd1e796e2a9a8c5019378b1a647f5788 (patch) | |
tree | 76ec6a6f60ef2f7d1c3cb888d76262012e204774 /media-libs/phonon-vlc | |
parent | media-libs/phonon: Relax minimum ECM dependency (diff) | |
download | gentoo-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.ebuild | 11 |
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() { |