Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/yate/
Date: Fri, 02 Apr 2021 14:01:46
Message-Id: 1617372005.c7594319c0624d993bc61fc5f8cfc3839dc5d7af.sam@gentoo
1 commit: c7594319c0624d993bc61fc5f8cfc3839dc5d7af
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 11:21:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 14:00:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7594319
7
8 net-voip/yate: fix DEPEND typo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-voip/yate/yate-6.2.0.ebuild | 2 +-
13 net-voip/yate/yate-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-voip/yate/yate-6.2.0.ebuild b/net-voip/yate/yate-6.2.0.ebuild
17 index a59e41c0b7a..57f0c59da40 100644
18 --- a/net-voip/yate/yate-6.2.0.ebuild
19 +++ b/net-voip/yate/yate-6.2.0.ebuild
20 @@ -32,7 +32,7 @@ RDEPEND="
21 spandsp? ( >=media-libs/spandsp-0.0.3 )
22 dahdi? ( net-misc/dahdi )
23 "
24 -DEPEND="${DEPEND}"
25 +DEPEND="${RDEPEND}"
26 BDEPEND="
27 virtual/pkgconfig
28 doc? ( app-doc/doxygen )
29
30 diff --git a/net-voip/yate/yate-9999.ebuild b/net-voip/yate/yate-9999.ebuild
31 index a59e41c0b7a..57f0c59da40 100644
32 --- a/net-voip/yate/yate-9999.ebuild
33 +++ b/net-voip/yate/yate-9999.ebuild
34 @@ -32,7 +32,7 @@ RDEPEND="
35 spandsp? ( >=media-libs/spandsp-0.0.3 )
36 dahdi? ( net-misc/dahdi )
37 "
38 -DEPEND="${DEPEND}"
39 +DEPEND="${RDEPEND}"
40 BDEPEND="
41 virtual/pkgconfig
42 doc? ( app-doc/doxygen )