summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Byrne <salah.coronya@gmail.com>2021-08-15 20:27:00 -0500
committerSam James <sam@gentoo.org>2021-09-28 02:45:17 +0100
commit4e898ba90c404819ef8efd7e96ccb78ad8fddc5f (patch)
tree36ac71db21d855693ce82de68f426edf6b66977a /app-crypt
parentapp-crypt/ima-evm-utils: Bump to 1.3.2 (diff)
downloadgentoo-4e898ba90c404819ef8efd7e96ccb78ad8fddc5f.tar.gz
gentoo-4e898ba90c404819ef8efd7e96ccb78ad8fddc5f.tar.bz2
gentoo-4e898ba90c404819ef8efd7e96ccb78ad8fddc5f.zip
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@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20260 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild9
1 files 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 d967038aff71..50b1baf00daa 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"