Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ima-evm-utils/
Date: Tue, 28 Sep 2021 01:45:44
Message-Id: 1632793517.4e898ba90c404819ef8efd7e96ccb78ad8fddc5f.sam@gentoo
1 commit: 4e898ba90c404819ef8efd7e96ccb78ad8fddc5f
2 Author: Christopher Byrne <salah.coronya <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 16 01:27:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 01:45:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e898ba9
7
8 app-crypt/ima-evm-utils: Update live ebuild to EAPI 7
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Christopher Byrne <salah.coronya <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/20260
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild | 9 +++++----
16 1 file changed, 5 insertions(+), 4 deletions(-)
17
18 diff --git a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
19 index d967038aff7..50b1baf00da 100644
20 --- a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
21 +++ b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
22 @@ -1,18 +1,19 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 inherit autotools git-r3
31
32 DESCRIPTION="Supporting tools for IMA and EVM"
33 HOMEPAGE="http://linux-ima.sourceforge.net"
34 -EGIT_REPO_URI="git://git.code.sf.net/p/linux-ima/ima-evm-utils"
35 +EGIT_REPO_URI="https://git.code.sf.net/p/linux-ima/ima-evm-utils"
36
37 RDEPEND="
38 dev-libs/openssl:0=
39 sys-apps/keyutils:="
40 -DEPEND="${RDEPEND}
41 +DEPEND="${RDEPEND}"
42 +BDEPEND="
43 app-text/asciidoc
44 app-text/docbook-xsl-stylesheets
45 dev-libs/libxslt"