commit:     15a20668a35b3634c2407cd9441a6c766a535909
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 01:46:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 01:52:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a20668

x11-libs/gnome-pty-helper: fix variable reference style

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

 x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild 
b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
index 8b4a5d71672..af04e5c3849 100644
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
@@ -23,7 +23,7 @@ DEPEND=""
 S="${WORKDIR}/vte-${PV}/gnome-pty-helper"
 
 src_prepare() {
-       # As recommended by upstream (/usr/libexec/$PN is a setgid binary)
+       # As recommended by upstream (/usr/libexec/${PN} is a setgid binary)
        if use hardened; then
                export SUID_CFLAGS="-fPIE ${SUID_CFLAGS}"
                export SUID_LDFLAGS="-pie ${SUID_LDFLAGS}"

Reply via email to