commit: cc8f705212c25b1ab7efb2c093f0e241685db0a4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 01:39:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 01:51:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8f7052
media-radio/cwdaemon: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
index 313e2805c8a..feabac5397a 100644
--- a/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ppc x86"
IUSE=""
RDEPEND=">=media-radio/unixcw-3.3.1"
-DEPEND="$RDEPEND
+DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {