commit:     3114a34395710e2dffda17fa1b8690973848f48e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 01:39:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 01:51:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3114a343

net-analyzer/nsat: fix variable reference style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/nsat/nsat-1.5-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nsat/nsat-1.5-r5.ebuild 
b/net-analyzer/nsat/nsat-1.5-r5.ebuild
index 0b60e57866f..4e71eb08de6 100644
--- a/net-analyzer/nsat/nsat-1.5-r5.ebuild
+++ b/net-analyzer/nsat/nsat-1.5-r5.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=6
@@ -24,7 +24,7 @@ RDEPEND="
                x11-libs/libX11
        )
 "
-DEPEND="$RDEPEND"
+DEPEND="${RDEPEND}"
 S="${WORKDIR}/${PN}"
 PATCHES=(
        "${FILESDIR}"/${P}-configure.patch

Reply via email to