commit: a0665c5df83683b441441fedbb6772923c0b7c9b Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Feb 25 08:38:44 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 08:39:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0665c5d
x11-libs/dnd: make patches EAPI-6 compliant. Gentoo-Bug: https://bugs.gentoo.org/610864 Package-Manager: portage-2.3.3 x11-libs/dnd/files/Makefile-fix.patch | 4 ++-- x11-libs/dnd/files/dnd-1.1-gentoo.diff | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-libs/dnd/files/Makefile-fix.patch b/x11-libs/dnd/files/Makefile-fix.patch index a22a1b888c..3a11282d1c 100644 --- a/x11-libs/dnd/files/Makefile-fix.patch +++ b/x11-libs/dnd/files/Makefile-fix.patch @@ -1,5 +1,5 @@ ---- Makefile.in.orig 1997-05-22 22:18:22.000000000 -0400 -+++ Makefile.in 2004-06-16 14:41:19.673035936 -0400 +--- a/Makefile.in 1997-05-22 22:18:22.000000000 -0400 ++++ a/Makefile.in 2004-06-16 14:41:19.673035936 -0400 @@ -16,7 +16,7 @@ prefix = @prefix@ diff --git a/x11-libs/dnd/files/dnd-1.1-gentoo.diff b/x11-libs/dnd/files/dnd-1.1-gentoo.diff index 970c5e4736..4857b709aa 100644 --- a/x11-libs/dnd/files/dnd-1.1-gentoo.diff +++ b/x11-libs/dnd/files/dnd-1.1-gentoo.diff @@ -1,5 +1,5 @@ ---- DragAndDrop.c.orig Tue Sep 25 21:14:11 2001 -+++ DragAndDrop.c Tue Sep 25 21:14:16 2001 +--- a/DragAndDrop.c Tue Sep 25 21:14:11 2001 ++++ b/DragAndDrop.c Tue Sep 25 21:14:16 2001 @@ -81,23 +81,23 @@ static CursorData DndCursor[DndEND]={
