summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-29 02:36:13 +0100
committerSam James <sam@gentoo.org>2021-04-29 02:51:42 +0100
commit2eeaf949e74d07001a46e85dbb67f8d2b13479c6 (patch)
treed2974f256b9a48f23938982793e86300f5b65525 /media-plugins/kodi-vfs-rar
parentapp-crypt/kstart: fix variable reference style (diff)
downloadgentoo-2eeaf949e74d07001a46e85dbb67f8d2b13479c6.tar.gz
gentoo-2eeaf949e74d07001a46e85dbb67f8d2b13479c6.tar.bz2
gentoo-2eeaf949e74d07001a46e85dbb67f8d2b13479c6.zip
media-plugins/kodi-vfs-rar: 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-plugins/kodi-vfs-rar')
-rw-r--r--media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild4
-rw-r--r--media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild
index e30e27c6e9b9..e66bc07a7f4e 100644
--- a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.ebuild
+++ b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-4.0.0.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=7
@@ -34,4 +34,4 @@ DEPEND+="
dev-libs/tinyxml
"
-RDEPEND="$DEPEND"
+RDEPEND="${DEPEND}"
diff --git a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild
index e30e27c6e9b9..e66bc07a7f4e 100644
--- a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild
+++ b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.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=7
@@ -34,4 +34,4 @@ DEPEND+="
dev-libs/tinyxml
"
-RDEPEND="$DEPEND"
+RDEPEND="${DEPEND}"