commit:     e0b6c9fd8cc03a5af01c2ffe1e3cfaf1c153164c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Oct 10 13:41:36 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 07:45:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b6c9fd

sys-libs/readline: remove unused patch.

 .../readline-5.2-no-ignore-shlib-errors.patch      | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch 
b/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch
deleted file mode 100644
index fc634911316..00000000000
--- a/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-dont ignore errors in the shlib subdir
-
-http://bugs.gentoo.org/216952
-
---- Makefile.in
-+++ Makefile.in
-@@ -194,7 +194,7 @@
- 
- shared:       force
-       -test -d shlib || mkdir shlib
--      -( cd shlib ; ${MAKE} ${MFLAGS} all )
-+      ( cd shlib ; ${MAKE} ${MFLAGS} all )
- 
- documentation: force
-       -test -d doc || mkdir doc
-@@ -238,7 +238,7 @@
-       -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
- 
- install-shared: installdirs install-headers shared install-doc
--      -( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
-+      ( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
-       
- uninstall-shared: maybe-uninstall-headers
-       -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )

Reply via email to