mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-text/code2html: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--- code2html
|
||||
+++ code2html
|
||||
--- a/code2html
|
||||
+++ b/code2html
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/perl -w
|
||||
+#!@GENTOO_PORTAGE_EPREFIX@/usr/bin/perl -w
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--- code2html.orig 2002-01-12 22:17:02.000000000 +0100
|
||||
+++ code2html 2014-09-24 13:52:52.000000000 +0200
|
||||
--- a/code2html
|
||||
+++ b/code2html
|
||||
@@ -1357,7 +1357,7 @@
|
||||
my @lines = split ( /\n/, $_[0] );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user