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 BFCF8138334 for ; Tue, 30 Apr 2019 16:49:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2ACAE0897; Tue, 30 Apr 2019 16:49:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7988AE0897 for ; Tue, 30 Apr 2019 16:49:56 +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 6BA84342FD3 for ; Tue, 30 Apr 2019 16:49:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5BD45CD for ; Tue, 30 Apr 2019 16:49:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1556642976.f9cad978471870aa00c28d66029570e0b3f3e5d9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/teamspeak-client/teamspeak-client-3.2.3-r2.ebuild X-VCS-Directories: media-sound/teamspeak-client/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f9cad978471870aa00c28d66029570e0b3f3e5d9 X-VCS-Branch: master Date: Tue, 30 Apr 2019 16:49:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17affcfc-8f3f-4913-9416-93e8db51760f X-Archives-Hash: 85b59d99dcd5b68abc80a679c463d8cc commit: f9cad978471870aa00c28d66029570e0b3f3e5d9 Author: Denis Lisov gmail com> AuthorDate: Tue Apr 9 13:07:53 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 30 16:49:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9cad978 media-sound/teamspeak-client: depend on openssl:0 According to the linked bug, this is a mistake. teamspeak-client runs with openssl-1.1.0j-r1 successfully. Closes: https://bugs.gentoo.org/680528 Signed-off-by: Denis Lisov gmail.com> Signed-off-by: Michał Górny gentoo.org> media-sound/teamspeak-client/teamspeak-client-3.2.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/teamspeak-client/teamspeak-client-3.2.3-r2.ebuild b/media-sound/teamspeak-client/teamspeak-client-3.2.3-r2.ebuild index 17758f24d50..ae3fd36b38e 100644 --- a/media-sound/teamspeak-client/teamspeak-client-3.2.3-r2.ebuild +++ b/media-sound/teamspeak-client/teamspeak-client-3.2.3-r2.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="|| ( alsa pulseaudio )" RDEPEND=" app-arch/snappy:0/1 - =dev-libs/openssl-1.0*:* + dev-libs/openssl:0 dev-libs/quazip dev-qt/qtcore:5 dev-qt/qtgui:5[accessibility,dbus,xcb]