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 839D9139084 for ; Mon, 4 Dec 2017 22:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2969E0E9B; Mon, 4 Dec 2017 22:19:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7D33BE0E81 for ; Mon, 4 Dec 2017 22:19:21 +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 5A5A633BF43 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 1F3CAADCA 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.723136f2c393f6a2cb037695f0b666f91867075b.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: 723136f2c393f6a2cb037695f0b666f91867075b 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: 5999587b-4584-4048-8717-e9d66f2fc3dd X-Archives-Hash: 0920a473f36ef35c941ed65ec100e193 commit: 723136f2c393f6a2cb037695f0b666f91867075b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 4 22:12:00 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=723136f2 media-sound/rosegarden: Switch to virtual/jack Closes: https://bugs.gentoo.org/637464 Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-sound/rosegarden/rosegarden-17.04.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/rosegarden/rosegarden-17.04.ebuild b/media-sound/rosegarden/rosegarden-17.04.ebuild index a87cb129209..0e021989ad3 100644 --- a/media-sound/rosegarden/rosegarden-17.04.ebuild +++ b/media-sound/rosegarden/rosegarden-17.04.ebuild @@ -22,7 +22,6 @@ RDEPEND=" dev-qt/qtprintsupport:5 media-libs/ladspa-sdk:= x11-libs/libSM:= - media-sound/jack-audio-connection-kit:= media-libs/alsa-lib:= >=media-libs/dssi-1.0.0:= media-libs/liblo:= @@ -31,7 +30,9 @@ RDEPEND=" media-libs/libsamplerate:= media-libs/libsndfile:= sys-libs/zlib:= - lirc? ( app-misc/lirc:= )" + virtual/jack + lirc? ( app-misc/lirc:= ) +" DEPEND="${RDEPEND} dev-qt/qttest:5 virtual/pkgconfig"