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 20A0F138334 for ; Wed, 8 May 2019 17:05:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34E0EE0880; Wed, 8 May 2019 17:05:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0C8ADE0894 for ; Wed, 8 May 2019 17:05:20 +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 D677E343CB6 for ; Wed, 8 May 2019 17:05:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA24B5E9 for ; Wed, 8 May 2019 17:05:16 +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: <1557335015.645583d65cc7d240862b39b3bb044ee1f28711e6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/yoshimi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/yoshimi/metadata.xml media-sound/yoshimi/yoshimi-1.5.10.2.ebuild X-VCS-Directories: media-sound/yoshimi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 645583d65cc7d240862b39b3bb044ee1f28711e6 X-VCS-Branch: master Date: Wed, 8 May 2019 17:05:16 +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: c925f842-dd60-4fa7-b94f-728c9a1f2ecb X-Archives-Hash: 1dc11ac43b2fe0bac8c16b493dad8a33 commit: 645583d65cc7d240862b39b3bb044ee1f28711e6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 6 13:48:17 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 8 17:03:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645583d6 media-sound/yoshimi: Switch remote-id to github Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/yoshimi/metadata.xml | 2 +- media-sound/yoshimi/yoshimi-1.5.10.2.ebuild | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/media-sound/yoshimi/metadata.xml b/media-sound/yoshimi/metadata.xml index cda9c5467db..1b622256a8d 100644 --- a/media-sound/yoshimi/metadata.xml +++ b/media-sound/yoshimi/metadata.xml @@ -9,6 +9,6 @@ Add support for Ladspa V2 - yoshimi + Yoshimi/yoshimi diff --git a/media-sound/yoshimi/yoshimi-1.5.10.2.ebuild b/media-sound/yoshimi/yoshimi-1.5.10.2.ebuild index 20aed1d839f..4acbf0c9ea5 100644 --- a/media-sound/yoshimi/yoshimi-1.5.10.2.ebuild +++ b/media-sound/yoshimi/yoshimi-1.5.10.2.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+lv2" BDEPEND="virtual/pkgconfig" -RDEPEND=" +DEPEND=" >=dev-libs/mxml-2.5 >=media-libs/alsa-lib-1.0.17 media-libs/fontconfig @@ -29,9 +29,7 @@ RDEPEND=" x11-libs/fltk:1[opengl] lv2? ( media-libs/lv2 ) " -DEPEND="${RDEPEND} - dev-libs/boost -" +RDEPEND="${DEPEND}" CMAKE_USE_DIR="${WORKDIR}/${P}/src"