From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1437170-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 996BE158094 for <garchives@archives.gentoo.org>; Sun, 18 Sep 2022 13:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D625DE07C9; Sun, 18 Sep 2022 13:03:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8803E07C9 for <gentoo-commits@lists.gentoo.org>; Sun, 18 Sep 2022 13:03:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2046340D4F for <gentoo-commits@lists.gentoo.org>; Sun, 18 Sep 2022 13:03:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D5AA5D5 for <gentoo-commits@lists.gentoo.org>; Sun, 18 Sep 2022 13:03:22 +0000 (UTC) From: "Miroslav Šulc" <fordfrog@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" <fordfrog@gentoo.org> Message-ID: <1663506198.a56fbeb3cdc1eebdb47012b3bdb4476939c0fd14.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/zynaddsubfx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild media-sound/zynaddsubfx/zynaddsubfx-3.0.6.ebuild X-VCS-Directories: media-sound/zynaddsubfx/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a56fbeb3cdc1eebdb47012b3bdb4476939c0fd14 X-VCS-Branch: master Date: Sun, 18 Sep 2022 13:03:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52f2dd8b-ef1b-4f73-b6df-3c5db0b1de27 X-Archives-Hash: aad816bba8e7ffdec0d281826b27f3d8 commit: a56fbeb3cdc1eebdb47012b3bdb4476939c0fd14 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sun Sep 18 13:03:09 2022 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Sep 18 13:03:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56fbeb3 media-sound/zynaddsubfx: added missing deps Closes: https://bugs.gentoo.org/832158 Closes: https://bugs.gentoo.org/832154 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../{zynaddsubfx-3.0.6.ebuild => zynaddsubfx-3.0.6-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-sound/zynaddsubfx/zynaddsubfx-3.0.6.ebuild b/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild similarity index 96% rename from media-sound/zynaddsubfx/zynaddsubfx-3.0.6.ebuild rename to media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild index 7ba88ec4ec0a..af37f4ab7c9f 100644 --- a/media-sound/zynaddsubfx/zynaddsubfx-3.0.6.ebuild +++ b/media-sound/zynaddsubfx/zynaddsubfx-3.0.6-r1.ebuild @@ -26,6 +26,7 @@ DEPEND=" sci-libs/fftw:3.0 sys-libs/zlib alsa? ( media-libs/alsa-lib ) + doc? ( dev-texlive/texlive-fontutils ) dssi? ( media-libs/dssi ) fltk? ( x11-libs/fltk:1 @@ -37,6 +38,7 @@ DEPEND=" portaudio? ( media-libs/portaudio ) " RDEPEND="${DEPEND}" +BDEPEND="dev-lang/ruby:*" PATCHES=( "${FILESDIR}"/${P}-docs.patch