diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-04-28 10:32:40 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-04-28 10:32:57 +0200 |
commit | 246474fed6e28cc9b1b5235ae31041a0d2bf0070 (patch) | |
tree | 42da69eda4f49ff3c4c17dface2e00be23558ffb /net-ftp | |
parent | x11-misc/rofi: Depend on x11-libs/cairo[xcb] (bug #581312 by Oleg). (diff) | |
download | gentoo-246474fed6e28cc9b1b5235ae31041a0d2bf0070.tar.gz gentoo-246474fed6e28cc9b1b5235ae31041a0d2bf0070.tar.bz2 gentoo-246474fed6e28cc9b1b5235ae31041a0d2bf0070.zip |
net-ftp/tlswrap: Fixed patch application (bug #581432).
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/tlswrap/tlswrap-1.04-r2.ebuild | 6 |
1 files 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 472ed9ee54e6..ab21f447f15c 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 |