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 9FDEE139083 for ; Mon, 4 Dec 2017 22:19:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B40C9E0EA9; Mon, 4 Dec 2017 22:19:21 +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 9060AE0E72 for ; Mon, 4 Dec 2017 22:19:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8889233BF55 for ; Mon, 4 Dec 2017 22:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32344AE74 for ; Mon, 4 Dec 2017 22:19:19 +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: <1512425942.10816b9bafc43ff297fe9474a374ea0936d133fa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rosegarden/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rosegarden/rosegarden-17.04.ebuild X-VCS-Directories: media-sound/rosegarden/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 10816b9bafc43ff297fe9474a374ea0936d133fa X-VCS-Branch: master Date: Mon, 4 Dec 2017 22:19:19 +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: 519d74b8-b3c8-4296-97b2-e56e0ee4cb26 X-Archives-Hash: 209242500b230778d5bacb54d9386fdc commit: 10816b9bafc43ff297fe9474a374ea0936d133fa Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 4 22:13:55 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 4 22:19:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10816b9b media-sound/rosegarden: Sort DEPENDs Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-sound/rosegarden/rosegarden-17.04.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/media-sound/rosegarden/rosegarden-17.04.ebuild b/media-sound/rosegarden/rosegarden-17.04.ebuild index 0e021989ad3..0e90094d8d6 100644 --- a/media-sound/rosegarden/rosegarden-17.04.ebuild +++ b/media-sound/rosegarden/rosegarden-17.04.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 + inherit cmake-utils eutils xdg-utils gnome2-utils DESCRIPTION="MIDI and audio sequencer and notation editor" @@ -14,28 +15,29 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="lirc" RDEPEND=" - dev-qt/qtgui:5 dev-qt/qtcore:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 + dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 - media-libs/ladspa-sdk:= - x11-libs/libSM:= + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 media-libs/alsa-lib:= >=media-libs/dssi-1.0.0:= + media-libs/ladspa-sdk:= media-libs/liblo:= media-libs/liblrdf:= - sci-libs/fftw:3.0 media-libs/libsamplerate:= media-libs/libsndfile:= + sci-libs/fftw:3.0 sys-libs/zlib:= virtual/jack + x11-libs/libSM:= lirc? ( app-misc/lirc:= ) " DEPEND="${RDEPEND} dev-qt/qttest:5 - virtual/pkgconfig" + virtual/pkgconfig +" PATCHES=( "${FILESDIR}/${P}-cmake-3.9.1.patch" )