diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 22:53:53 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 23:40:20 +0200 |
commit | bbede05430dd0f6e8a8a077ce53eafe1bc02644c (patch) | |
tree | 42c35f486301578e9fba0df441685ff390311740 /app-crypt/aescrypt | |
parent | app-crypt/tinyca: version bump (diff) | |
download | gentoo-bbede05430dd0f6e8a8a077ce53eafe1bc02644c.tar.gz gentoo-bbede05430dd0f6e8a8a077ce53eafe1bc02644c.tar.bz2 gentoo-bbede05430dd0f6e8a8a077ce53eafe1bc02644c.zip |
app-crypt/aescrypt: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/aescrypt')
-rw-r--r-- | app-crypt/aescrypt/aescrypt-3.0.6b.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild index 1f5e2c60f1f8..5896bd8de385 100644 --- a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild +++ b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild @@ -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 |