commit: 4e898ba90c404819ef8efd7e96ccb78ad8fddc5f Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com> AuthorDate: Mon Aug 16 01:27:00 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Sep 28 01:45:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e898ba9
app-crypt/ima-evm-utils: Update live ebuild to EAPI 7 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20260 Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild index d967038aff7..50b1baf00da 100644 --- a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild +++ b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools git-r3 DESCRIPTION="Supporting tools for IMA and EVM" HOMEPAGE="http://linux-ima.sourceforge.net" -EGIT_REPO_URI="git://git.code.sf.net/p/linux-ima/ima-evm-utils" +EGIT_REPO_URI="https://git.code.sf.net/p/linux-ima/ima-evm-utils" RDEPEND=" dev-libs/openssl:0= sys-apps/keyutils:=" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" app-text/asciidoc app-text/docbook-xsl-stylesheets dev-libs/libxslt"
