diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-28 15:17:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-07 22:36:11 +0200 |
commit | 7ed043c81a336a899173e5cd55dda7861015741b (patch) | |
tree | 0474e28cef975912940f55bb98366fa265aad391 /media-libs | |
parent | kde-apps/dolphin: drop plasma-activities dep in live (diff) | |
download | kde-7ed043c81a336a899173e5cd55dda7861015741b.tar.gz kde-7ed043c81a336a899173e5cd55dda7861015741b.tar.bz2 kde-7ed043c81a336a899173e5cd55dda7861015741b.zip |
media-libs/phonon: 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')
-rw-r--r-- | media-libs/phonon/phonon-9999.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index 7e3e13d0df..dc2e560289 100644 --- a/media-libs/phonon/phonon-9999.ebuild +++ b/media-libs/phonon/phonon-9999.ebuild @@ -43,15 +43,10 @@ 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] ) " PDEPEND=" !minimal? ( >=media-libs/phonon-vlc-0.12.0[qt5?,qt6?] ) |