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 347121396DA for ; Sun, 29 Oct 2017 13:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 835B42BC076; Sun, 29 Oct 2017 13:00:20 +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 650412BC076 for ; Sun, 29 Oct 2017 13:00:20 +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 676A1341669 for ; Sun, 29 Oct 2017 13:00:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8EE182F for ; Sun, 29 Oct 2017 13:00:17 +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: <1509281997.6ddb75bf8153efba39af1466cdf7dd5cf52a41e6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jalv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jalv/jalv-1.6.0-r2.ebuild X-VCS-Directories: media-sound/jalv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6ddb75bf8153efba39af1466cdf7dd5cf52a41e6 X-VCS-Branch: master Date: Sun, 29 Oct 2017 13:00:17 +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: c3ceb828-c33c-4145-a6d5-5cc88294b24f X-Archives-Hash: 3f80624d243c3eabde2501fc91ca3639 commit: 6ddb75bf8153efba39af1466cdf7dd5cf52a41e6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 29 11:59:56 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 29 12:59:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddb75bf media-sound/jalv: Sort DEPENDs Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-sound/jalv/jalv-1.6.0-r2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/jalv/jalv-1.6.0-r2.ebuild b/media-sound/jalv/jalv-1.6.0-r2.ebuild index 03cdffb688e..eb91d17f85f 100644 --- a/media-sound/jalv/jalv-1.6.0-r2.ebuild +++ b/media-sound/jalv/jalv-1.6.0-r2.ebuild @@ -17,12 +17,13 @@ SLOT="0" KEYWORDS="~amd64" IUSE="gtk gtk2 gtkmm portaudio qt5" -RDEPEND=">=media-libs/lv2-1.6.0 - >=media-libs/lilv-0.24.0 +RDEPEND=" >=dev-libs/serd-0.14.0 >=dev-libs/sord-0.12.0 - >=media-libs/suil-0.6.0 + >=media-libs/lilv-0.24.0 + >=media-libs/lv2-1.6.0 >=media-libs/sratom-0.6.0 + >=media-libs/suil-0.6.0 gtk? ( >=x11-libs/gtk+-3.0.0:3 ) gtk2? ( >=x11-libs/gtk+-2.18.0:2 ) gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 )