From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA6B4138334 for ; Sat, 2 Jun 2018 17:09:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FEA8E087F; Sat, 2 Jun 2018 17:09:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BBE1E087F for ; Sat, 2 Jun 2018 17:09:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1F9A335C8E for ; Sat, 2 Jun 2018 17:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB44E2BF for ; Sat, 2 Jun 2018 17:09:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1527959198.325f5d2a3ad1f01d3c706ebc548c171e4001b914.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild X-VCS-Directories: media-sound/pulseaudio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 325f5d2a3ad1f01d3c706ebc548c171e4001b914 X-VCS-Branch: master Date: Sat, 2 Jun 2018 17:09:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7a414e4f-ddde-454a-9a98-350025780d6e X-Archives-Hash: aae724f50c933cc223f82380c2453d6e commit: 325f5d2a3ad1f01d3c706ebc548c171e4001b914 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 28 23:12:13 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 2 17:06:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325f5d2a media-sound/pulseaudio: Drop media-libs/speex DEPEND Closes: https://bugs.gentoo.org/655432 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild b/media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild index 4b5a65ba72d..d8ac0eea02e 100644 --- a/media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild +++ b/media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild @@ -76,7 +76,6 @@ RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) - >=media-libs/speex-1.2.0 media-libs/speexdsp gdbm? ( sys-libs/gdbm:= ) webrtc-aec? ( >=media-libs/webrtc-audio-processing-0.2 )