ctorrent: EAPI: update to 5
authorMike Frysinger <vapier@gentoo.org>
Mon, 10 Aug 2015 04:27:52 +0000 (00:27 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Aug 2015 04:29:14 +0000 (00:29 -0400)
net-p2p/ctorrent/ctorrent-3.3.2-r2.ebuild

index a3ae1525394a0bcc81b3d242c39adb6281cf2660..8749c4c207cc901af19389c0da3ffb9ba81dbc63 100644 (file)
@@ -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
-}