Skip to content

Commit

Permalink
app-crypt/ima-evm-utils: Update live ebuild to EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Christopher Byrne <[email protected]>
Closes: gentoo#20260
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
salahcoronya authored and thesamesam committed Sep 28, 2021
1 parent fdf665c commit 4e898ba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4e898ba

Please sign in to comment.