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.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 BA41E158086 for ; Wed, 17 Nov 2021 09:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD4E12BC003; Wed, 17 Nov 2021 09:30:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 169802BC003 for ; Wed, 17 Nov 2021 09:30:50 +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 E96EB342DC7 for ; Wed, 17 Nov 2021 09:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EDC2163 for ; Wed, 17 Nov 2021 09:30:47 +0000 (UTC) From: "Miroslav Šulc" 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" Message-ID: <1637141444.203b4b31571bbaabd7653d718134d201a5f5d6cc.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rtaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rtaudio/rtaudio-5.2.0.ebuild X-VCS-Directories: media-libs/rtaudio/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 203b4b31571bbaabd7653d718134d201a5f5d6cc X-VCS-Branch: master Date: Wed, 17 Nov 2021 09:30:47 +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: 8d29c115-4cd1-410d-afc3-78eab3321cb9 X-Archives-Hash: df584054daac8bea9f804af1edc73292 commit: 203b4b31571bbaabd7653d718134d201a5f5d6cc Author: Miroslav Šulc gentoo org> AuthorDate: Wed Nov 17 09:30:35 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Nov 17 09:30:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203b4b31 media-libs/rtaudio: added missing dep in 5.2.0 Closes: https://bugs.gentoo.org/824158 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/rtaudio/rtaudio-5.2.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-libs/rtaudio/rtaudio-5.2.0.ebuild b/media-libs/rtaudio/rtaudio-5.2.0.ebuild index 60e4cfba7baa..1c6db96f19c2 100644 --- a/media-libs/rtaudio/rtaudio-5.2.0.ebuild +++ b/media-libs/rtaudio/rtaudio-5.2.0.ebuild @@ -22,6 +22,9 @@ RDEPEND="alsa? ( media-libs/alsa-lib ) ) pulseaudio? ( media-sound/pulseaudio )" DEPEND="${RDEPEND}" +BDEPEND=" + doc? ( app-doc/doxygen ) +" PATCHES=( "${FILESDIR}"/${PN}-5.1.0-cflags.patch