diff options
author | Sam James <sam@gentoo.org> | 2021-04-29 02:39:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-29 02:51:52 +0100 |
commit | cc8f705212c25b1ab7efb2c093f0e241685db0a4 (patch) | |
tree | 31a89f345bf975b2fb8d2c91fad47f27707ce3cd /media-radio | |
parent | dev-perl/CDDB: fix variable reference style (diff) | |
download | gentoo-cc8f705212c25b1ab7efb2c093f0e241685db0a4.tar.gz gentoo-cc8f705212c25b1ab7efb2c093f0e241685db0a4.tar.bz2 gentoo-cc8f705212c25b1ab7efb2c093f0e241685db0a4.zip |
media-radio/cwdaemon: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.10.2.ebuild | 4 |
1 files 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 313e2805c8a8..feabac5397a6 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() { |