diff options
author | Matthias Maier <tamiko@gentoo.org> | 2016-05-01 15:05:23 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2016-05-01 15:09:03 -0500 |
commit | e608ae94ea5745193df84b08447598186d859dff (patch) | |
tree | c45c788ae5e52fcfffe308ec5bfcf71df7a5855d /net-misc/spice-gtk | |
parent | net-misc/spice-gtk: use PYTHON_REQUIRED_USE unconditionally, bug #567082 (diff) | |
download | gentoo-e608ae94ea5745193df84b08447598186d859dff.tar.gz gentoo-e608ae94ea5745193df84b08447598186d859dff.tar.bz2 gentoo-e608ae94ea5745193df84b08447598186d859dff.zip |
net-misc/spice-gtk: add missing dependency on media-libs/gst-plugins-good, bug #571372
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild index e52635d66263..cec0640d8f7c 100644 --- a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild @@ -34,7 +34,8 @@ RDEPEND=" pulseaudio? ( media-sound/pulseaudio[glib] ) gstreamer? ( media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 ) + media-libs/gst-plugins-base:1.0 + media-libs/gst-plugins-good:1.0 ) >=x11-libs/pixman-0.17.7 >=media-libs/celt-0.5.1.1:0.5.1 media-libs/opus |