Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Cracklib/files/
Date: Fri, 29 Oct 2021 22:01:21
Message-Id: 1635543983.cac3f55843cdecde646b430a52ba0a1cce425c51.conikost@gentoo
1 commit: cac3f55843cdecde646b430a52ba0a1cce425c51
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Oct 14 18:18:45 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 21:46:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac3f558
7
8 dev-perl/Crypt-Cracklib: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/22577
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch | 11 -----------
16 1 file changed, 11 deletions(-)
17
18 diff --git a/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch b/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch
19 deleted file mode 100644
20 index d483d0d9b12..00000000000
21 --- a/dev-perl/Crypt-Cracklib/files/Crypt-Cracklib-1.700.0-CFLAGS.patch
22 +++ /dev/null
23 @@ -1,11 +0,0 @@
24 -diff -ruN Crypt-Cracklib-1.7.orig/Makefile.PL Crypt-Cracklib-1.7/Makefile.PL
25 ---- Crypt-Cracklib-1.7.orig/Makefile.PL 2019-10-16 05:55:37.321262001 +0200
26 -+++ Crypt-Cracklib-1.7/Makefile.PL 2019-10-16 05:56:38.585611172 +0200
27 -@@ -15,7 +15,6 @@
28 - requires_external_cc();
29 -
30 - cc_lib_links('crack');
31 --cc_optimize_flags('-g -Wall -Werror');
32 -
33 - auto_install();
34 - WriteAll();