diff options
Diffstat (limited to 'x11-libs/gtk+/gtk+-2.24.32-r1.ebuild')
-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" |