Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nsat/
Date: Thu, 29 Apr 2021 01:52:43
Message-Id: 1619661113.3114a34395710e2dffda17fa1b8690973848f48e.sam@gentoo
1 commit: 3114a34395710e2dffda17fa1b8690973848f48e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 01:39:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 01:51:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3114a343
7
8 net-analyzer/nsat: fix variable reference style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-analyzer/nsat/nsat-1.5-r5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/nsat/nsat-1.5-r5.ebuild b/net-analyzer/nsat/nsat-1.5-r5.ebuild
17 index 0b60e57866f..4e71eb08de6 100644
18 --- a/net-analyzer/nsat/nsat-1.5-r5.ebuild
19 +++ b/net-analyzer/nsat/nsat-1.5-r5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -24,7 +24,7 @@ RDEPEND="
27 x11-libs/libX11
28 )
29 "
30 -DEPEND="$RDEPEND"
31 +DEPEND="${RDEPEND}"
32 S="${WORKDIR}/${PN}"
33 PATCHES=(
34 "${FILESDIR}"/${P}-configure.patch