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 01E1C1396D9 for ; Tue, 21 Nov 2017 13:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B93BE0F00; Tue, 21 Nov 2017 13:55:37 +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 22BCEE0F00 for ; Tue, 21 Nov 2017 13:55:37 +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 E5B3A33C770 for ; Tue, 21 Nov 2017 13:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A58F3A28A for ; Tue, 21 Nov 2017 13:55:34 +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: <1511272521.954726debd5f333e2a24eaca436d5db15046059b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/helm/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/helm/helm-0.4.1-r2.ebuild X-VCS-Directories: media-sound/helm/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 954726debd5f333e2a24eaca436d5db15046059b X-VCS-Branch: master Date: Tue, 21 Nov 2017 13:55:34 +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: 44b6a6f8-3471-407e-b043-e44da57a5add X-Archives-Hash: 347df4e0278c0110977e6fbbd144c251 commit: 954726debd5f333e2a24eaca436d5db15046059b Author: Simon van der Veldt gmail com> AuthorDate: Sun Nov 19 16:48:40 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Nov 21 13:55:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954726de media-sound/helm Fix dependencies Closes: https://bugs.gentoo.org/585202 media-sound/helm/helm-0.4.1-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/media-sound/helm/helm-0.4.1-r2.ebuild b/media-sound/helm/helm-0.4.1-r2.ebuild index b4af7711363..e7f71121652 100644 --- a/media-sound/helm/helm-0.4.1-r2.ebuild +++ b/media-sound/helm/helm-0.4.1-r2.ebuild @@ -14,11 +14,15 @@ KEYWORDS="~amd64" IUSE="" RDEPEND="media-libs/alsa-lib + media-libs/freetype media-libs/lv2 virtual/jack virtual/opengl x11-libs/libX11 - x11-libs/libXext" + x11-libs/libXcursor + x11-libs/libXext + x11-libs/libXinerama + x11-libs/libXrandr" DEPEND="${RDEPEND}" DOCS="README.md"