From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2F97E58973 for ; Sat, 16 Jan 2016 06:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC22C21C001; Sat, 16 Jan 2016 06:12:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E14D21C001 for ; Sat, 16 Jan 2016 06:12:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A5EF3408F0 for ; Sat, 16 Jan 2016 06:12:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39F1DC6F for ; Sat, 16 Jan 2016 06:12:09 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1452924716.1e7d741891575f8f0dec72ebd83392a42d3c84ef.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/teamspeak-client-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild X-VCS-Directories: media-sound/teamspeak-client-bin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1e7d741891575f8f0dec72ebd83392a42d3c84ef X-VCS-Branch: master Date: Sat, 16 Jan 2016 06:12:09 +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: 536d3fde-cd3d-47f0-9337-198e30738666 X-Archives-Hash: 133143fefd2aff04df7d1330a7989023 commit: 1e7d741891575f8f0dec72ebd83392a42d3c84ef Author: Michael Palimaka gentoo org> AuthorDate: Sat Jan 16 06:09:15 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jan 16 06:11:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7d7418 media-sound/teamspeak-client-bin: pin Qt dependencies to SLOT 5 Package-Manager: portage-2.2.26 .../teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild index 338a48b..695ae77 100644 --- a/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild +++ b/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.18.2.ebuild @@ -21,11 +21,11 @@ REQUIRED_USE="|| ( alsa pulseaudio )" RDEPEND=" dev-libs/quazip:0/0[qt5] - >=dev-qt/qtcore-5.5 - >=dev-qt/qtgui-5.5[accessibility] - >=dev-qt/qtnetwork-5.5 - >=dev-qt/qtsql-5.5[sqlite] - >=dev-qt/qtwidgets-5.5 + >=dev-qt/qtcore-5.5:5 + >=dev-qt/qtgui-5.5:5[accessibility] + >=dev-qt/qtnetwork-5.5:5 + >=dev-qt/qtsql-5.5:5[sqlite] + >=dev-qt/qtwidgets-5.5:5 sys-libs/glibc sys-libs/zlib alsa? ( media-libs/alsa-lib )