Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/cwdaemon/
Date: Thu, 29 Apr 2021 01:52:42
Message-Id: 1619661112.cc8f705212c25b1ab7efb2c093f0e241685db0a4.sam@gentoo
1 commit: cc8f705212c25b1ab7efb2c093f0e241685db0a4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 01:39:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 01:51:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8f7052
7
8 media-radio/cwdaemon: fix variable reference style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
17 index 313e2805c8a..feabac5397a 100644
18 --- a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
19 +++ b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ppc x86"
27 IUSE=""
28
29 RDEPEND=">=media-radio/unixcw-3.3.1"
30 -DEPEND="$RDEPEND
31 +DEPEND="${RDEPEND}
32 virtual/pkgconfig"
33
34 src_configure() {