diff options
author | 2011-01-25 02:56:09 +0000 | |
---|---|---|
committer | 2011-01-25 02:56:09 +0000 | |
commit | 04a2f71a59470891614c91312d2d91b0b28fa8e9 (patch) | |
tree | c27e12854971deabf389ba1582b66e5d4e0acbf8 /net-ftp | |
parent | Clean up patches. Fix phases, remove ebegin/eend, make sed die(). (diff) | |
download | gentoo-2-04a2f71a59470891614c91312d2d91b0b28fa8e9.tar.gz gentoo-2-04a2f71a59470891614c91312d2d91b0b28fa8e9.tar.bz2 gentoo-2-04a2f71a59470891614c91312d2d91b0b28fa8e9.zip |
Clean up patch.
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 6 | ||||
-rw-r--r-- | net-ftp/lftp/files/lftp-4.0.2.91-lafile.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 8adedd8ad467..cb0515018976 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-ftp/lftp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.288 2011/01/18 16:07:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.289 2011/01/25 02:56:09 jer Exp $ + + 25 Jan 2011; Jeroen Roovers <jer@gentoo.org> + files/lftp-4.0.2.91-lafile.patch: + Clean up patch. *lftp-4.1.3 (18 Jan 2011) diff --git a/net-ftp/lftp/files/lftp-4.0.2.91-lafile.patch b/net-ftp/lftp/files/lftp-4.0.2.91-lafile.patch index 5a013b152fd8..6180d923a8ff 100644 --- a/net-ftp/lftp/files/lftp-4.0.2.91-lafile.patch +++ b/net-ftp/lftp/files/lftp-4.0.2.91-lafile.patch @@ -1,5 +1,5 @@ ---- lftp-4.0.2.91.orig/src/Makefile.am 2009-07-29 08:29:10.000000000 +0200 -+++ lftp-4.0.2.91/src/Makefile.am 2009-10-13 18:32:26.000000000 +0200 +--- a/src/Makefile.am ++++ b/src/Makefile.am @@ -18,7 +18,8 @@ example_module1_la_SOURCES = example-module1.cc example_module1_la_LDFLAGS = -module -avoid-version -rpath $(pkgverlibdir) |