From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F3BAF138206 for ; Thu, 28 Apr 2016 08:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 306CD21C0E2; Thu, 28 Apr 2016 08:33:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 541EC21C0CE for ; Thu, 28 Apr 2016 08:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE0A2340C6F for ; Thu, 28 Apr 2016 08:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FBB8327 for ; Thu, 28 Apr 2016 08:33:01 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1461832377.246474fed6e28cc9b1b5235ae31041a0d2bf0070.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/tlswrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/tlswrap/tlswrap-1.04-r2.ebuild X-VCS-Directories: net-ftp/tlswrap/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 246474fed6e28cc9b1b5235ae31041a0d2bf0070 X-VCS-Branch: master Date: Thu, 28 Apr 2016 08:33:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c0e9cae-6327-4ee5-a5b4-1e901d0a34f3 X-Archives-Hash: b079f771c6463cbb040a91c6bd0ef5a9 commit: 246474fed6e28cc9b1b5235ae31041a0d2bf0070 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 28 08:32:40 2016 +0000 Commit: Lars Wendler gentoo 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 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