From c1511618853db61acd458f9f2a9cda0f08fe7cfd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 9 Oct 2015 23:19:50 -0400 Subject: fix various encoding corruption --- gnome-base/orbit/orbit-2.14.19-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnome-base') diff --git a/gnome-base/orbit/orbit-2.14.19-r4.ebuild b/gnome-base/orbit/orbit-2.14.19-r4.ebuild index c0ae2a19826b..56e4a7ca4cd3 100644 --- a/gnome-base/orbit/orbit-2.14.19-r4.ebuild +++ b/gnome-base/orbit/orbit-2.14.19-r4.ebuild @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} src_prepare() { # Fix wrong process kill, bug #268142 sed "s:killall lt-timeout-server:killall timeout-server:" \ - -i test/timeout.sh || die "sed 1 failed" + -i test/timeout.sh || die "sed 1 failed" # Do not mess with CFLAGS sed 's/-ggdb -O0//' -i configure.in configure || die "sed 2 failed" -- cgit v1.2.3-65-gdbad