diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-21 13:23:18 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-21 17:29:48 -0800 |
commit | fcef9fe99661dc9e82915a4c226ba7fdee32379c (patch) | |
tree | fc5074f98c2889b62bbe89d0a5e1f07e4ba58546 /media-libs/libtgvoip | |
parent | net-libs/grpc: QA: RedundantLongDescription (diff) | |
download | gentoo-fcef9fe99661dc9e82915a4c226ba7fdee32379c.tar.gz gentoo-fcef9fe99661dc9e82915a4c226ba7fdee32379c.tar.bz2 gentoo-fcef9fe99661dc9e82915a4c226ba7fdee32379c.zip |
media-libs/libtgvoip: QA: RequiredUseDefaults, pull alsa by default
telegram-desktop already does it, and it can build with both pulse and
alsa
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'media-libs/libtgvoip')
-rw-r--r-- | media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild index 3a82534d21e3..70620f03926a 100644 --- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild +++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200212.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/telegramdesktop/libtgvoip/archive/${EGIT_COMMIT}.tar LICENSE="Unlicense" SLOT="0" KEYWORDS="~amd64 ~ppc64" -IUSE="alsa +dsp libressl pulseaudio" +IUSE="+alsa +dsp libressl pulseaudio" DEPEND=" !libressl? ( dev-libs/openssl:0= ) |