diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-08 23:58:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-08 23:58:25 +0200 |
commit | 36539485f7f117c61e9bc8fa4f179d41b548bc09 (patch) | |
tree | fe22df885893b2d9a8987cfb1980e2b8e384a3b8 /media-libs/phonon | |
parent | media-libs/phonon-gstreamer: Switch to kde5.eclass (diff) | |
download | gentoo-36539485f7f117c61e9bc8fa4f179d41b548bc09.tar.gz gentoo-36539485f7f117c61e9bc8fa4f179d41b548bc09.tar.bz2 gentoo-36539485f7f117c61e9bc8fa4f179d41b548bc09.zip |
media-libs/phonon: Pin down backend versions
Future updates break cmake compat.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/phonon')
-rw-r--r-- | media-libs/phonon/phonon-4.10.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/phonon/phonon-4.10.3.ebuild b/media-libs/phonon/phonon-4.10.3.ebuild index 18d770debdb9..b6079f78857f 100644 --- a/media-libs/phonon/phonon-4.10.3.ebuild +++ b/media-libs/phonon/phonon-4.10.3.ebuild @@ -39,8 +39,8 @@ DEPEND=" " RDEPEND="${DEPEND}" PDEPEND=" - gstreamer? ( >=media-libs/phonon-gstreamer-4.9.0[qt5(+)] ) - vlc? ( >=media-libs/phonon-vlc-0.9.0[qt5(+)] ) + gstreamer? ( =media-libs/phonon-gstreamer-4.9* ) + vlc? ( =media-libs/phonon-vlc-0.10* ) " src_configure() { |