diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 15:25:11 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:33 +0300 |
commit | f3165894129781e2f1d6af8ed17a44b897f06ff1 (patch) | |
tree | fa91a0453381eff27f7c5ef865d60c5ad2f60ba4 /app-crypt | |
parent | app-crypt/mhash: eapi bump (diff) | |
download | gentoo-f3165894129781e2f1d6af8ed17a44b897f06ff1.tar.gz gentoo-f3165894129781e2f1d6af8ed17a44b897f06ff1.tar.bz2 gentoo-f3165894129781e2f1d6af8ed17a44b897f06ff1.zip |
app-crypt/nasty: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/nasty/nasty-0.6-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/nasty/nasty-0.6-r1.ebuild b/app-crypt/nasty/nasty-0.6-r1.ebuild index 8cfa34f4d007..574cd87cb1de 100644 --- a/app-crypt/nasty/nasty-0.6-r1.ebuild +++ b/app-crypt/nasty/nasty-0.6-r1.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 @@ -11,7 +11,6 @@ SRC_URI="http://www.vanheusden.com/nasty/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="app-crypt/gpgme" DEPEND="${RDEPEND}" |