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 CAFA11382C5 for ; Tue, 20 Mar 2018 18:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F0F0E08F2; Tue, 20 Mar 2018 18:21:12 +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 D9D9BE08F2 for ; Tue, 20 Mar 2018 18:21:11 +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 74A25335C2E for ; Tue, 20 Mar 2018 18:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA522216 for ; Tue, 20 Mar 2018 18:21:07 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1521570017.319997c517fe252dbefdd220654a0274122b77ca.radhermit@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.12.1.ebuild X-VCS-Directories: media-sound/rosegarden/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 319997c517fe252dbefdd220654a0274122b77ca X-VCS-Branch: master Date: Tue, 20 Mar 2018 18:21:07 +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: db88515c-fe72-4c7a-a29b-3f9aa74623df X-Archives-Hash: 98492330a36cc9043dc6c4a71d1dc9f8 commit: 319997c517fe252dbefdd220654a0274122b77ca Author: Tim Harder gentoo org> AuthorDate: Tue Mar 20 18:18:37 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Mar 20 18:20:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319997c5 media-sound/rosegarden: add bdep on linguist-tools Closes: https://bugs.gentoo.org/651006 media-sound/rosegarden/rosegarden-17.12.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/rosegarden/rosegarden-17.12.1.ebuild b/media-sound/rosegarden/rosegarden-17.12.1.ebuild index d0131349c95..c57f9b291ca 100644 --- a/media-sound/rosegarden/rosegarden-17.12.1.ebuild +++ b/media-sound/rosegarden/rosegarden-17.12.1.ebuild @@ -35,6 +35,7 @@ RDEPEND=" lirc? ( app-misc/lirc:= ) " DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 dev-qt/qttest:5 virtual/pkgconfig "