app-crypt/aescrypt: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 20:53:53 +0000 (22:53 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 21:40:20 +0000 (23:40 +0200)
Package-Manager: portage-2.3.3

app-crypt/aescrypt/aescrypt-3.0.6b.ebuild

index 1f5e2c60f1f8a7250834f1a403b0a983770a6f73..5896bd8de385957ee7f4ac211848c7592b5afa7f 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
-inherit eutils toolchain-funcs flag-o-matic
+inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="Advanced file encryption using AES"
 HOMEPAGE="http://www.aescrypt.com/"
@@ -18,10 +18,10 @@ IUSE="static"
 DEPEND=""
 RDEPEND="${DEPEND}"
 
-src_prepare() {
-       epatch "${FILESDIR}/${P}-build.patch"
-       epatch "${FILESDIR}/${P}-iconv.patch"
-}
+PATCHES=(
+       "${FILESDIR}/${P}-build.patch"
+       "${FILESDIR}/${P}-iconv.patch"
+)
 
 src_compile() {
        if use static; then