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"

Reply via email to