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 BB2F8139694 for ; Sat, 8 Apr 2017 09:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C043E0C0D; Sat, 8 Apr 2017 09:23:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EC072E0C0D for ; Sat, 8 Apr 2017 09:23:29 +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 23C2234163C for ; Sat, 8 Apr 2017 09:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8C3969BC for ; Sat, 8 Apr 2017 09:23:27 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1491643397.11e352dd1045c6b1169460024d986d6c5f89abca.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lmms/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lmms/lmms-1.1.90.ebuild media-sound/lmms/lmms-9999.ebuild X-VCS-Directories: media-sound/lmms/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 11e352dd1045c6b1169460024d986d6c5f89abca X-VCS-Branch: master Date: Sat, 8 Apr 2017 09:23:27 +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: 9becc034-c65e-406f-b137-0be31bccad09 X-Archives-Hash: a26cb32b0bc354e6f3fabbdaca210496 commit: 11e352dd1045c6b1169460024d986d6c5f89abca Author: Alexis Ballier gentoo org> AuthorDate: Sat Apr 8 09:23:17 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Apr 8 09:23:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e352dd media-sound/lmms: Add linguist-tools dep, bug #614368 Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-sound/lmms/lmms-1.1.90.ebuild | 3 ++- media-sound/lmms/lmms-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-sound/lmms/lmms-1.1.90.ebuild b/media-sound/lmms/lmms-1.1.90.ebuild index a248d5ef8ae..0a85ab3d65c 100644 --- a/media-sound/lmms/lmms-1.1.90.ebuild +++ b/media-sound/lmms/lmms-1.1.90.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -49,6 +49,7 @@ RDEPEND="qt5? ( stk? ( media-libs/stk ) vst? ( app-emulation/wine )" DEPEND="${RDEPEND} + qt5? ( dev-qt/linguist-tools:5 ) >=dev-util/cmake-2.4.5" RDEPEND="${RDEPEND} media-plugins/swh-plugins diff --git a/media-sound/lmms/lmms-9999.ebuild b/media-sound/lmms/lmms-9999.ebuild index 9c573926f4b..8dd35dd42c6 100644 --- a/media-sound/lmms/lmms-9999.ebuild +++ b/media-sound/lmms/lmms-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -49,6 +49,7 @@ RDEPEND="qt5? ( stk? ( media-libs/stk ) vst? ( app-emulation/wine )" DEPEND="${RDEPEND} + qt5? ( dev-qt/linguist-tools:5 ) >=dev-util/cmake-2.4.5" RDEPEND="${RDEPEND} media-plugins/swh-plugins