diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-04 11:54:08 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-04 11:57:50 +0100 |
commit | 405209cf656c654fb48f26a862d8867d7c9fabbf (patch) | |
tree | d360668ec3f1b21bdec5b5f82ee4469b502345bf /media-sound | |
parent | app-shells/zsh: Added sub-slot dep for sys-libs/gdbm (diff) | |
download | gentoo-405209cf656c654fb48f26a862d8867d7c9fabbf.tar.gz gentoo-405209cf656c654fb48f26a862d8867d7c9fabbf.tar.bz2 gentoo-405209cf656c654fb48f26a862d8867d7c9fabbf.zip |
media-sound/pulseaudio: Added sub-slot dep for sys-libs/gdbm
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-11.1.ebuild b/media-sound/pulseaudio/pulseaudio-11.1.ebuild index 680f5192b9ab..2c30a352a491 100644 --- a/media-sound/pulseaudio/pulseaudio-11.1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -85,7 +85,7 @@ RDEPEND=" >=media-libs/speex-1.2_rc1 ) ) - gdbm? ( sys-libs/gdbm ) + gdbm? ( sys-libs/gdbm:= ) webrtc-aec? ( >=media-libs/webrtc-audio-processing-0.2 ) systemd? ( sys-apps/systemd:0=[${MULTILIB_USEDEP}] ) dev-libs/libltdl:0 |