summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-11-19 18:35:12 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-11-19 18:35:39 +0200
commit85dc3fd272d90f81c6b8e7a255639cb294caf48c (patch)
tree6de181bbb7083cc580b98932f5609dff84084d96 /app-arch/torrentzip
parentdev-python/oslo-config: 8.3.3 bump (diff)
downloadgentoo-85dc3fd272d90f81c6b8e7a255639cb294caf48c.tar.gz
gentoo-85dc3fd272d90f81c6b8e7a255639cb294caf48c.tar.bz2
gentoo-85dc3fd272d90f81c6b8e7a255639cb294caf48c.zip
app-arch/torrentzip: attempt to fix line-ending failure with patch
Closes: https://bugs.gentoo.org/755515 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-arch/torrentzip')
-rw-r--r--app-arch/torrentzip/files/torrentzip-0.9-autoconf-quote.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-arch/torrentzip/files/torrentzip-0.9-autoconf-quote.patch b/app-arch/torrentzip/files/torrentzip-0.9-autoconf-quote.patch
index c71542f4c7dd..f1f15ced173e 100644
--- a/app-arch/torrentzip/files/torrentzip-0.9-autoconf-quote.patch
+++ b/app-arch/torrentzip/files/torrentzip-0.9-autoconf-quote.patch
@@ -1,8 +1,8 @@
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
--AC_INIT([TorrentZip], [0.0], [StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>], [trrntzip])
-+AC_INIT([TorrentZip], [0.9], [[StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>]], [trrntzip])
-
- AM_INIT_AUTOMAKE
- AM_CONFIG_HEADER(config.h)
+-AC_INIT([TorrentZip], [0.0], [StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>], [trrntzip])
++AC_INIT([TorrentZip], [0.9], [[StatMan, shindakun, Ultrasubmarine, r3nh03k <http://trrntzip.sf.net>]], [trrntzip])
+
+ AM_INIT_AUTOMAKE
+ AM_CONFIG_HEADER(config.h)