sys-apps/ucspi-ssl: EAPI 6 bump.
authorAlex Efros <powerman@powerman.name>
Fri, 16 Dec 2016 18:07:27 +0000 (20:07 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 21 Dec 2016 13:56:00 +0000 (14:56 +0100)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3133

sys-apps/ucspi-ssl/ucspi-ssl-0.97.ebuild

index 561432e89d17490d04d7fc4eff1d3c5badd2582e..50cda9805e07127523f0f38eba3903149422b69d 100644 (file)
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit eutils fixheadtails qmail
+inherit fixheadtails qmail
 
 DESCRIPTION="Command-line tools for building SSL client-server applications"
 HOMEPAGE="http://www.fehcom.de/ipnet/ucspi-ssl.html"
@@ -40,6 +40,8 @@ src_prepare() {
        cd src
        echo "/usr/" > home || die
        sed -i -e 's:HOME/command:/usr/bin:' sslcat.sh sslconnect.sh https\@.sh || die
+
+       eapply_user
 }
 
 src_compile() {