diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 15:01:58 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:30 +0300 |
commit | 32a47681ace8370b88504d5c8d35c18c31588b0f (patch) | |
tree | 4953ee0bbba96129889611bdfd82e60a24ad5665 /app-crypt/hmaccalc | |
parent | app-crypt/gpgstats: eapi bump (diff) | |
download | gentoo-32a47681ace8370b88504d5c8d35c18c31588b0f.tar.gz gentoo-32a47681ace8370b88504d5c8d35c18c31588b0f.tar.bz2 gentoo-32a47681ace8370b88504d5c8d35c18c31588b0f.zip |
app-crypt/hmaccalc: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/hmaccalc')
-rw-r--r-- | app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild index 08448ab7923e..b094e1169982 100644 --- a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild +++ b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit multilib-minimal DESCRIPTION="Tools for computing and checking HMAC values for files" |