Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 254704 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- bin/gscan2pdf.orig
0
++ bin/gscan2pdf
Lines 128-135 Link Here
128
128
129
use warnings;
129
use warnings;
130
use strict;
130
use strict;
131
use forks 0.33;
131
use threads;
132
use forks::shared;
132
use threads::shared;
133
use Thread::Semaphore;
133
use Thread::Semaphore;
134
use Gscan2pdf;
134
use Gscan2pdf;
135
use Gtk2 -init;
135
use Gtk2 -init;

Return to bug 254704