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 48276139694 for ; Sun, 26 Feb 2017 10:57:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7095DE0D30; Sun, 26 Feb 2017 10:57:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4F17EE0D30 for ; Sun, 26 Feb 2017 10:57:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 028C5340BEA for ; Sun, 26 Feb 2017 10:57:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 470FF5527 for ; Sun, 26 Feb 2017 10:57:42 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1488106645.e9e23d77a49ae2931cb0c95b4d561c22e3091b12.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/traverso/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/traverso/traverso-0.49.3.ebuild X-VCS-Directories: media-sound/traverso/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e9e23d77a49ae2931cb0c95b4d561c22e3091b12 X-VCS-Branch: master Date: Sun, 26 Feb 2017 10:57:42 +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: c2853c2a-f5dc-45bd-804c-78f6507f8d4c X-Archives-Hash: 3fea664761f8efe01d86f9ee9c5882e1 commit: e9e23d77a49ae2931cb0c95b4d561c22e3091b12 Author: Johannes Huber gentoo org> AuthorDate: Sun Feb 26 10:57:25 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Feb 26 10:57:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e23d77 media-sound/traverso: Sort deps Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/traverso/traverso-0.49.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/traverso/traverso-0.49.3.ebuild b/media-sound/traverso/traverso-0.49.3.ebuild index 79a78a35af..93a5590e96 100644 --- a/media-sound/traverso/traverso-0.49.3.ebuild +++ b/media-sound/traverso/traverso-0.49.3.ebuild @@ -14,15 +14,16 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="alsa debug jack lame lv2 mad pulseaudio" -RDEPEND=">=media-libs/flac-1.1.2 +RDEPEND=" + dev-qt/qtcore:4 + dev-qt/qtgui:4 + >=media-libs/flac-1.1.2 >=media-libs/libogg-1.1.2 media-libs/libsamplerate >=media-libs/libsndfile-1.0.12 >=media-libs/libvorbis-1.1.2 >=media-sound/wavpack-4.40.0 >=sci-libs/fftw-3 - dev-qt/qtcore:4 - dev-qt/qtgui:4 alsa? ( >=media-libs/alsa-lib-1.0.0 ) jack? ( virtual/jack ) lame? ( media-sound/lame )