diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 15:23:41 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:33 +0300 |
commit | 77b755f8c951554eb3beeacdf53621ea06d66792 (patch) | |
tree | 6f6be132a21fcaaedbff4b1aefc751f0712794e7 /app-crypt/mhash | |
parent | app-crypt/md6sum: eapi bump (diff) | |
download | gentoo-77b755f8c951554eb3beeacdf53621ea06d66792.tar.gz gentoo-77b755f8c951554eb3beeacdf53621ea06d66792.tar.bz2 gentoo-77b755f8c951554eb3beeacdf53621ea06d66792.zip |
app-crypt/mhash: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r-- | app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild index 0c3993c9d67e..17078b15f18e 100644 --- a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild +++ b/app-crypt/mhash/mhash-0.9.9.9-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="library providing a uniform interface to a large number of hash algorithms" HOMEPAGE="http://mhash.sourceforge.net/" @@ -12,8 +12,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" -RDEPEND="" -DEPEND="dev-lang/perl" # pod2html +BDEPEND="dev-lang/perl" # pod2html PATCHES=( "${FILESDIR}/${PN}-0.9.9-fix-mem-leak.patch" |