Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/prctl/files/
Date: Thu, 25 Jun 2020 20:15:37
Message-Id: 1593115059.7bcd38555f14eb2b95aa22c49bfd0ef302111efc.conikost@gentoo
1 commit: 7bcd38555f14eb2b95aa22c49bfd0ef302111efc
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 25 18:50:48 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 19:57:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcd3855
7
8 sys-apps/prctl: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/16417
11 Package-Manager: Portage-2.3.101, Repoman-2.3.22
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 sys-apps/prctl/files/prctl-1.6-configure.in.patch | 20 --------------------
16 1 file changed, 20 deletions(-)
17
18 diff --git a/sys-apps/prctl/files/prctl-1.6-configure.in.patch b/sys-apps/prctl/files/prctl-1.6-configure.in.patch
19 deleted file mode 100644
20 index 492733eb97e..00000000000
21 --- a/sys-apps/prctl/files/prctl-1.6-configure.in.patch
22 +++ /dev/null
23 @@ -1,20 +0,0 @@
24 -Restored configure.in based on tarball's configure
25 ---- /dev/null
26 -+++ b/configure.in
27 -@@ -0,0 +1,16 @@
28 -+AC_INIT(prctl.c)
29 -+
30 -+AC_PROG_LN_S
31 -+AC_PROG_CC
32 -+AC_PROG_CPP
33 -+AC_PROG_INSTALL
34 -+
35 -+
36 -+AC_HEADER_STDC
37 -+AC_CHECK_HEADERS(unistd.h)
38 -+
39 -+
40 -+AC_CHECK_FUNCS(strerror)
41 -+AC_SUBST(ASCPP)
42 -+AC_SUBST(INSTALL)
43 -+AC_OUTPUT(Makefile)