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 827D4138334 for ; Thu, 11 Apr 2019 09:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97479E086E; Thu, 11 Apr 2019 09:21:45 +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 752E7E086E for ; Thu, 11 Apr 2019 09:21:45 +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 BCC01340C77 for ; Thu, 11 Apr 2019 09:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31485520 for ; Thu, 11 Apr 2019 09:21:42 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1554974495.eb57917c7c26c4c86c511c4f1b63916e1ee41b45.polynomial-c@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.2.0_rc8.ebuild media-sound/lmms/lmms-9999.ebuild X-VCS-Directories: media-sound/lmms/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: eb57917c7c26c4c86c511c4f1b63916e1ee41b45 X-VCS-Branch: master Date: Thu, 11 Apr 2019 09:21:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba5109a6-ec4a-45cf-8423-133903156409 X-Archives-Hash: b023b8cafca8c26ba9ea409cf07103c2 commit: eb57917c7c26c4c86c511c4f1b63916e1ee41b45 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 11 09:20:33 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 11 09:21:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb57917c media-sound/lmms: Added dev-qt/qtx11extras to DEPEND. Closes: https://bugs.gentoo.org/683062 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> media-sound/lmms/lmms-1.2.0_rc8.ebuild | 4 +++- media-sound/lmms/lmms-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-sound/lmms/lmms-1.2.0_rc8.ebuild b/media-sound/lmms/lmms-1.2.0_rc8.ebuild index 2827a9620b2..60e4c62c671 100644 --- a/media-sound/lmms/lmms-1.2.0_rc8.ebuild +++ b/media-sound/lmms/lmms-1.2.0_rc8.ebuild @@ -54,7 +54,9 @@ COMMON_DEPEND=" stk? ( media-libs/stk ) vst? ( virtual/wine ) " -DEPEND="${COMMON_DEPEND}" +DEPEND="${COMMON_DEPEND} + dev-qt/qtx11extras:5 +" BDEPEND=" dev-qt/linguist-tools:5 " diff --git a/media-sound/lmms/lmms-9999.ebuild b/media-sound/lmms/lmms-9999.ebuild index 4fddbf9d296..66d6fbe1e43 100644 --- a/media-sound/lmms/lmms-9999.ebuild +++ b/media-sound/lmms/lmms-9999.ebuild @@ -52,7 +52,9 @@ COMMON_DEPEND=" stk? ( media-libs/stk ) vst? ( virtual/wine ) " -DEPEND="${COMMON_DEPEND}" +DEPEND="${COMMON_DEPEND} + dev-qt/qtx11extras:5 +" BDEPEND=" dev-qt/linguist-tools:5 "