diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 15:21:55 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:32 +0300 |
commit | 714232f6d3638a86c17b548351f4c70b71fb6c0b (patch) | |
tree | 159839d90f619d0d6282a4ca078e08559ad646f3 /app-crypt/md6sum | |
parent | app-crypt/mcrypt: eapi bump (diff) | |
download | gentoo-714232f6d3638a86c17b548351f4c70b71fb6c0b.tar.gz gentoo-714232f6d3638a86c17b548351f4c70b71fb6c0b.tar.bz2 gentoo-714232f6d3638a86c17b548351f4c70b71fb6c0b.zip |
app-crypt/md6sum: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/md6sum')
-rw-r--r-- | app-crypt/md6sum/md6sum-1.0-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-crypt/md6sum/md6sum-1.0-r2.ebuild b/app-crypt/md6sum/md6sum-1.0-r2.ebuild index 93020816bfd6..631b65b9a6e8 100644 --- a/app-crypt/md6sum/md6sum-1.0-r2.ebuild +++ b/app-crypt/md6sum/md6sum-1.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 DESCRIPTION="A C implementation of MD6" HOMEPAGE="https://groups.csail.mit.edu/cis/md6" @@ -10,7 +10,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" PATCHES=( "${FILESDIR}/${P}-ldflags.patch" |