From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B3EA1382C5 for ; Thu, 29 Apr 2021 01:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29565E08A2; Thu, 29 Apr 2021 01:52:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15A62E0896 for ; Thu, 29 Apr 2021 01:52:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A9F4341077 for ; Thu, 29 Apr 2021 01:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 207A2787 for ; Thu, 29 Apr 2021 01:52:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619661135.15a20668a35b3634c2407cd9441a6c766a535909.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gnome-pty-helper/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild X-VCS-Directories: x11-libs/gnome-pty-helper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15a20668a35b3634c2407cd9441a6c766a535909 X-VCS-Branch: master Date: Thu, 29 Apr 2021 01:52:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 553f077b-a1d2-4e90-99d4-8718bd45121b X-Archives-Hash: 8976638fe131418dd383a8f3821fe29b commit: 15a20668a35b3634c2407cd9441a6c766a535909 Author: Sam James gentoo org> AuthorDate: Thu Apr 29 01:46:45 2021 +0000 Commit: Sam James gentoo 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 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}"