From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1266881-garchives=archives.gentoo.org@lists.gentoo.org> 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 22FA81382C5 for <garchives@archives.gentoo.org>; Sat, 3 Apr 2021 15:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0F2DE08EB; Sat, 3 Apr 2021 15:44:47 +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 88F7DE08E5 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Apr 2021 15:44:47 +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 AB851340C77 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Apr 2021 15:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 525C066A for <gentoo-commits@lists.gentoo.org>; Sat, 3 Apr 2021 15:44:43 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1617464640.0cd2f974b4f632de16c63009a6190171b703bebc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-2.24.32-r1.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0cd2f974b4f632de16c63009a6190171b703bebc X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:44:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8582cbf1-a13b-4238-9dab-ecc8f3fbde52 X-Archives-Hash: 54d383332c33d434de4e08e7e428de1e commit: 0cd2f974b4f632de16c63009a6190171b703bebc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 06:24:10 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 15:44:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd2f974 x11-libs/gtk+: fix variable references Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/gtk+/gtk+-2.24.32-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild b/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild index 769df00ef49..b3088a14531 100644 --- a/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild @@ -160,7 +160,7 @@ src_prepare() { # UI tests require immodules already installed; bug #413185 if ! has_version 'x11-libs/gtk+:2'; then ewarn "Disabling UI tests because this is the first install of" - ewarn "gtk+:2 on this machine. Please re-run the tests after $P" + ewarn "gtk+:2 on this machine. Please re-run the tests after ${P}" ewarn "has been installed." sed '/g_test_add_func.*ui-tests/ d' \ -i gtk/tests/testing.c || die "sed 2 failed"