Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/nemu/
Date: Thu, 29 Apr 2021 01:52:45
Message-Id: 1619661118.1c1336340a61ad78d01d953309d5e11922ce4614.sam@gentoo
1 commit: 1c1336340a61ad78d01d953309d5e11922ce4614
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 01:44:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 01:51:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c133634
7
8 app-emulation/nemu: 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 app-emulation/nemu/nemu-2.5.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/nemu/nemu-2.5.0.ebuild b/app-emulation/nemu/nemu-2.5.0.ebuild
17 index 7747ae0c73a..799186bb4b8 100644
18 --- a/app-emulation/nemu/nemu-2.5.0.ebuild
19 +++ b/app-emulation/nemu/nemu-2.5.0.ebuild
20 @@ -33,7 +33,7 @@ RDEPEND="
21 "
22 DEPEND="${RDEPEND}"
23 BDEPEND="sys-devel/gettext"
24 -S="${WORKDIR}/$PN-${MY_PV}/"
25 +S="${WORKDIR}/${PN}-${MY_PV}/"
26
27 pkg_pretend() {
28 if use kernel_linux; then