diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 07:24:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:44:00 +0100 |
commit | 0cd2f974b4f632de16c63009a6190171b703bebc (patch) | |
tree | b960718283b39e47e30c8addea2e65a188e498cb /x11-libs/gtk+ | |
parent | x11-apps/mesa-progs: fix variable references (diff) | |
download | gentoo-0cd2f974b4f632de16c63009a6190171b703bebc.tar.gz gentoo-0cd2f974b4f632de16c63009a6190171b703bebc.tar.bz2 gentoo-0cd2f974b4f632de16c63009a6190171b703bebc.zip |
x11-libs/gtk+: fix variable references
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.32-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild b/x11-libs/gtk+/gtk+-2.24.32-r1.ebuild index 769df00ef490..b3088a14531d 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" |