Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rotix/files/
Date: Thu, 08 Oct 2020 10:02:48
Message-Id: 1602151350.c1a416735c72a0119deedaccd4445a31a8f8c842.juippis@gentoo
1 commit: c1a416735c72a0119deedaccd4445a31a8f8c842
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 1 18:23:05 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 10:02:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a41673
7
8 app-crypt/rotix: remove unused patch
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/17739
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-crypt/rotix/files/rotix-0.83-locale.diff | 10 ----------
16 1 file changed, 10 deletions(-)
17
18 diff --git a/app-crypt/rotix/files/rotix-0.83-locale.diff b/app-crypt/rotix/files/rotix-0.83-locale.diff
19 deleted file mode 100644
20 index 844a452b8af..00000000000
21 --- a/app-crypt/rotix/files/rotix-0.83-locale.diff
22 +++ /dev/null
23 @@ -1,10 +0,0 @@
24 ---- rotix.c 2002-04-02 14:48:42.000000000 -0500
25 -+++ rotix.c.mine 2010-07-15 14:54:45.000000000 -0400
26 -@@ -38,6 +38,7 @@
27 - /* I18N */
28 - #ifdef I18N
29 - #include <libintl.h>
30 -+#include <locale.h>
31 - #define _(String) gettext (String)
32 - #else
33 - #define _(String) String