diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-05-10 23:45:46 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-05-10 23:46:26 -0500 |
commit | 86685cc9d06e35a84b8c49d29e27a0be963df9de (patch) | |
tree | 152e7c22bced12d7604b4220fe21adec124129ac /app-emulation | |
parent | app-emulation/spice: drop versions 0.12.8, 0.13.1, 0.13.2 (diff) | |
download | gentoo-86685cc9d06e35a84b8c49d29e27a0be963df9de.tar.gz gentoo-86685cc9d06e35a84b8c49d29e27a0be963df9de.tar.bz2 gentoo-86685cc9d06e35a84b8c49d29e27a0be963df9de.zip |
app-emulation/spice: fix automagic dependency, bug #599844
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice/spice-0.13.3-r1.ebuild (renamed from app-emulation/spice/spice-0.13.3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/spice/spice-0.13.3.ebuild b/app-emulation/spice/spice-0.13.3-r1.ebuild index cced4ea32598..1ac1307cb879 100644 --- a/app-emulation/spice/spice-0.13.3.ebuild +++ b/app-emulation/spice/spice-0.13.3-r1.ebuild @@ -65,7 +65,7 @@ src_configure() { $(use_enable lz4) $(use_with sasl) $(use_enable smartcard) - $(usex gstreamer "1.0" "no") + --enable-gstreamer=$(usex gstreamer "1.0" "no") --enable-celt051 --disable-gui " |