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 4B06A59CA4 for ; Mon, 7 Mar 2016 18:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADD9821C016; Mon, 7 Mar 2016 18:50:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AAE321C017 for ; Mon, 7 Mar 2016 18:50:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09ED0340948 for ; Mon, 7 Mar 2016 18:50:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 634E91607 for ; Mon, 7 Mar 2016 18:50:22 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1457369258.003e6923fb4bf552e8ecc8d99815031f475ca757.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qjackctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qjackctl/qjackctl-0.4.1-r1.ebuild media-sound/qjackctl/qjackctl-0.4.1-r2.ebuild X-VCS-Directories: media-sound/qjackctl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 003e6923fb4bf552e8ecc8d99815031f475ca757 X-VCS-Branch: master Date: Mon, 7 Mar 2016 18:50:22 +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: 2ab0ba8c-20cb-4298-a4b7-5a5db7e16215 X-Archives-Hash: 8e175ae95b58b88be50e12c0cb19b379 commit: 003e6923fb4bf552e8ecc8d99815031f475ca757 Author: Сухарик i2pmail org> AuthorDate: Mon Mar 7 16:47:38 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Mar 7 16:47:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003e6923 media-sound/qjackctl: use virtual/jack .../qjackctl/{qjackctl-0.4.1-r1.ebuild => qjackctl-0.4.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/qjackctl/qjackctl-0.4.1-r1.ebuild b/media-sound/qjackctl/qjackctl-0.4.1-r2.ebuild similarity index 96% rename from media-sound/qjackctl/qjackctl-0.4.1-r1.ebuild rename to media-sound/qjackctl/qjackctl-0.4.1-r2.ebuild index 0306d52..54ff9ed 100644 --- a/media-sound/qjackctl/qjackctl-0.4.1-r1.ebuild +++ b/media-sound/qjackctl/qjackctl-0.4.1-r2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="alsa dbus debug portaudio +qt5" RDEPEND=" - >=media-sound/jack-audio-connection-kit-0.109.2 + virtual/jack qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) alsa? ( media-libs/alsa-lib )