commit:     e30a41fd9bee90a1efa6504c2aa469203790a6c0
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 21:05:17 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 21:05:17 2015 +0000
URL:        https://gitweb.gentoo.org/dev/ulm.git/commit/?id=e30a41fd

timelocal.pl has been superseded by Time::Local.

 skey/1.1.5/13_all_perl-timelocal.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/skey/1.1.5/13_all_perl-timelocal.patch 
b/skey/1.1.5/13_all_perl-timelocal.patch
new file mode 100644
index 0000000..c93984e
--- /dev/null
+++ b/skey/1.1.5/13_all_perl-timelocal.patch
@@ -0,0 +1,11 @@
+--- skey-1.1.5-orig/skeyprune.pl
++++ skey-1.1.5/skeyprune.pl
+@@ -7,7 +7,7 @@
+ # $OpenBSD: skeyprune.pl,v 1.1 1996/09/28 00:00:41 millert Exp $
+ 
+ # We need to be able convert to time_t
+-require 'timelocal.pl';
++require Time::Local;
+ 
+ # Keep out the stupid
+ die "Only root may run $0.\n" if $>;

Reply via email to