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 7BCF413835B for ; Tue, 4 May 2021 19:10:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE77EE07A7; Tue, 4 May 2021 19:10:10 +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 A4A6EE07A7 for ; Tue, 4 May 2021 19:10:10 +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 15698335D54 for ; Tue, 4 May 2021 19:10:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 581C673D for ; Tue, 4 May 2021 19:10:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620155361.2b2dc20dffef437d86e48af3fa8685fa8e01fc93.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack_capture/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack_capture/jack_capture-0.9.73-r1.ebuild media-sound/jack_capture/jack_capture-0.9.73.ebuild X-VCS-Directories: media-sound/jack_capture/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2b2dc20dffef437d86e48af3fa8685fa8e01fc93 X-VCS-Branch: master Date: Tue, 4 May 2021 19:10:07 +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: 9a251e43-6028-4af8-a0a5-d47ce01f1781 X-Archives-Hash: 4a380898d77e15d44b705c164ec20eb4 commit: 2b2dc20dffef437d86e48af3fa8685fa8e01fc93 Author: Sam James gentoo org> AuthorDate: Tue May 4 03:09:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 4 19:09:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2dc20d media-sound/jack_capture: fix RDEPEND typo Signed-off-by: Sam James gentoo.org> .../{jack_capture-0.9.73.ebuild => jack_capture-0.9.73-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jack_capture/jack_capture-0.9.73.ebuild b/media-sound/jack_capture/jack_capture-0.9.73-r1.ebuild similarity index 98% rename from media-sound/jack_capture/jack_capture-0.9.73.ebuild rename to media-sound/jack_capture/jack_capture-0.9.73-r1.ebuild index d44b0de8f15..17e85197eb3 100644 --- a/media-sound/jack_capture/jack_capture-0.9.73.ebuild +++ b/media-sound/jack_capture/jack_capture-0.9.73-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" ogg? ( media-libs/libogg ) osc? ( media-libs/liblo ) " -DEPEND="${DEPEND}" +DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" PATCHES=(