diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 14:00:05 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:25 +0300 |
commit | 585129adb65680cde035dba56fd270ae6cd4d8a8 (patch) | |
tree | d7b33be926912a8e1fe0c8aa75af2125986ee15b /app-crypt/aescrypt | |
parent | app-crypt/acr38u: eapi bump (diff) | |
download | gentoo-585129adb65680cde035dba56fd270ae6cd4d8a8.tar.gz gentoo-585129adb65680cde035dba56fd270ae6cd4d8a8.tar.bz2 gentoo-585129adb65680cde035dba56fd270ae6cd4d8a8.zip |
app-crypt/aescrypt: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/aescrypt')
-rw-r--r-- | app-crypt/aescrypt/aescrypt-3.0.6b.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild index 73d76b66a2db..39d2ef7cf78a 100644 --- a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild +++ b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs flag-o-matic @@ -14,9 +14,6 @@ SLOT="0" KEYWORDS="~amd64" IUSE="static" -DEPEND="" -RDEPEND="${DEPEND}" - PATCHES=( "${FILESDIR}/${P}-build.patch" "${FILESDIR}/${P}-iconv.patch" |