commit:     246474fed6e28cc9b1b5235ae31041a0d2bf0070
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 08:32:40 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 08:32:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246474fe

net-ftp/tlswrap: Fixed patch application (bug #581432).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-ftp/tlswrap/tlswrap-1.04-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild 
b/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild
index 472ed9e..ab21f44 100644
--- a/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild
+++ b/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild
@@ -19,9 +19,9 @@ DEPEND="!libressl? ( dev-libs/openssl:0= )
        libressl? ( dev-libs/libressl:= )"
 RDEPEND=${DEPEND}
 
-src_prepare() {
-       epatch "${FILESDIR}/${P}-libressl.patch"
-}
+PATCHES=(
+       "${FILESDIR}/${P}-libressl.patch"
+)
 
 src_install() {
        emake prefix="${D}/usr" install

Reply via email to