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 C717D1382C5 for ; Fri, 2 Apr 2021 14:01:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BAD2E083D; Fri, 2 Apr 2021 14:01:46 +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 E885DE083D for ; Fri, 2 Apr 2021 14:01:45 +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 86E91340CE7 for ; Fri, 2 Apr 2021 14:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE64063D for ; Fri, 2 Apr 2021 14:01:42 +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: <1617372005.c7594319c0624d993bc61fc5f8cfc3839dc5d7af.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/yate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/yate/yate-6.2.0.ebuild net-voip/yate/yate-9999.ebuild X-VCS-Directories: net-voip/yate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c7594319c0624d993bc61fc5f8cfc3839dc5d7af X-VCS-Branch: master Date: Fri, 2 Apr 2021 14:01:42 +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: 6d3c717c-87f6-40d9-9e2f-51175083efe3 X-Archives-Hash: 50a68d9f8b6980382a20ca0dc520e331 commit: c7594319c0624d993bc61fc5f8cfc3839dc5d7af Author: Sam James gentoo org> AuthorDate: Fri Apr 2 11:21:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 2 14:00:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7594319 net-voip/yate: fix DEPEND typo Signed-off-by: Sam James gentoo.org> net-voip/yate/yate-6.2.0.ebuild | 2 +- net-voip/yate/yate-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-voip/yate/yate-6.2.0.ebuild b/net-voip/yate/yate-6.2.0.ebuild index a59e41c0b7a..57f0c59da40 100644 --- a/net-voip/yate/yate-6.2.0.ebuild +++ b/net-voip/yate/yate-6.2.0.ebuild @@ -32,7 +32,7 @@ RDEPEND=" spandsp? ( >=media-libs/spandsp-0.0.3 ) dahdi? ( net-misc/dahdi ) " -DEPEND="${DEPEND}" +DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen ) diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild index a59e41c0b7a..57f0c59da40 100644 --- a/net-voip/yate/yate-9999.ebuild +++ b/net-voip/yate/yate-9999.ebuild @@ -32,7 +32,7 @@ RDEPEND=" spandsp? ( >=media-libs/spandsp-0.0.3 ) dahdi? ( net-misc/dahdi ) " -DEPEND="${DEPEND}" +DEPEND="${RDEPEND}" BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen )