commit:     af1aae043aef21259837a5f8c7cc352bdd35ca1b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 08:36:14 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 08:49:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1aae04

net-ftp/lftp: use a patch for release against live ebuild

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-ftp/lftp/files/lftp-9999-libdir-readline.patch | 11 -----------
 net-ftp/lftp/lftp-9999.ebuild                      |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/net-ftp/lftp/files/lftp-9999-libdir-readline.patch 
b/net-ftp/lftp/files/lftp-9999-libdir-readline.patch
deleted file mode 100644
index fde1017f4bd..00000000000
--- a/net-ftp/lftp/files/lftp-9999-libdir-readline.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/m4/lftp_lib_readline.m4
-+++ b/m4/lftp_lib_readline.m4
-@@ -107,7 +107,7 @@
-       if test -f "$readline_include_dir/readline/readline.h"; then
-           readline_include_dir="$readline_include_dir/readline"
-       fi
--        readline_ld_flags="-L$readline_prefix/lib"
-+        readline_ld_flags="-L$libdir"
-         if test -z "$readline_lib_flags"; then
-             readline_lib_flags="-lreadline"
-         fi

diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild
index b38775a32ae..0f1f759f337 100644
--- a/net-ftp/lftp/lftp-9999.ebuild
+++ b/net-ftp/lftp/lftp-9999.ebuild
@@ -57,7 +57,7 @@ PATCHES=(
        "${FILESDIR}"/${PN}-4.8.2-libdir-libidn2.patch
        "${FILESDIR}"/${PN}-4.8.2-libdir-openssl.patch
        "${FILESDIR}"/${PN}-4.8.2-libdir-zlib.patch
-       "${FILESDIR}"/${PN}-9999-libdir-readline.patch
+       "${FILESDIR}"/${PN}-4.9.1-libdir-readline.patch
 )
 
 src_prepare() {

Reply via email to