From: Mike Frysinger Date: Mon, 10 Aug 2015 04:27:52 +0000 (-0400) Subject: ctorrent: EAPI: update to 5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=987e6e59a7329c5f6d14d990fdb995b5af97517a;p=gentoo.git ctorrent: EAPI: update to 5 --- diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild index a3ae1525394a..8749c4c207cc 100644 --- a/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild +++ b/net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="2" +EAPI="5" inherit eutils @@ -19,15 +19,10 @@ IUSE="" S=${WORKDIR}/${MY_P} -DEPEND="dev-libs/openssl" +DEPEND="dev-libs/openssl:=" RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-CVE-2009-1759.patch epatch "${FILESDIR}"/${P}-negative-ints.patch } - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README-DNH.TXT README NEWS -}