diff options
author | Sam James <sam@gentoo.org> | 2021-04-29 02:39:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-29 02:51:53 +0100 |
commit | 3114a34395710e2dffda17fa1b8690973848f48e (patch) | |
tree | 37aca51d3704b485a238010083c0d02aee84a12f /net-analyzer/nsat | |
parent | media-radio/cwdaemon: fix variable reference style (diff) | |
download | gentoo-3114a34395710e2dffda17fa1b8690973848f48e.tar.gz gentoo-3114a34395710e2dffda17fa1b8690973848f48e.tar.bz2 gentoo-3114a34395710e2dffda17fa1b8690973848f48e.zip |
net-analyzer/nsat: 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 'net-analyzer/nsat')
-rw-r--r-- | net-analyzer/nsat/nsat-1.5-r5.ebuild | 4 |
1 files 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 0b60e57866fa..4e71eb08de62 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 |