From: Alon Bar-Lev Date: Sun, 23 Sep 2018 13:21:35 +0000 (+0300) Subject: app-crypt/quickcrypt: eapi bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b679b01f91572a7f44661c3f1eaaf21b2b9e5666;p=gentoo.git app-crypt/quickcrypt: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild b/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild index 0714052cedd3..0d8edb759c19 100644 --- a/app-crypt/quickcrypt/quickcrypt-0.9.2b-r1.ebuild +++ b/app-crypt/quickcrypt/quickcrypt-0.9.2b-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 MY_P=${P/-/_} S=${WORKDIR}/${MY_P} @@ -12,7 +12,6 @@ SRC_URI="http://linux.netpimpz.com/quickcrypt/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" -IUSE="" DEPEND=">=dev-lang/perl-5.6 virtual/perl-Digest-MD5"