Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ima-evm-utils/
Date: Sat, 07 Sep 2019 17:44:16
Message-Id: 1567878227.e70738af90b64fbad95b188c0b405ca6123416f9.mattst88@gentoo
1 commit: e70738af90b64fbad95b188c0b405ca6123416f9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 17:43:36 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 17:43:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70738af
7
8 app-crypt/ima-evm-utils: Use slot operator for sys-apps/keyutils
9
10 Closes: https://bugs.gentoo.org/693224
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 .../{ima-evm-utils-1.1.ebuild => ima-evm-utils-1.1-r1.ebuild} | 4 ++--
14 app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-crypt/ima-evm-utils/ima-evm-utils-1.1.ebuild b/app-crypt/ima-evm-utils/ima-evm-utils-1.1-r1.ebuild
18 similarity index 92%
19 rename from app-crypt/ima-evm-utils/ima-evm-utils-1.1.ebuild
20 rename to app-crypt/ima-evm-utils/ima-evm-utils-1.1-r1.ebuild
21 index 35ae3638a98..93152d94896 100644
22 --- a/app-crypt/ima-evm-utils/ima-evm-utils-1.1.ebuild
23 +++ b/app-crypt/ima-evm-utils/ima-evm-utils-1.1-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/linux-ima/${P}.tar.gz"
31
32 RDEPEND="
33 dev-libs/openssl:0=
34 - sys-apps/keyutils"
35 + sys-apps/keyutils:="
36 DEPEND="${RDEPEND}
37 app-text/asciidoc
38 app-text/docbook-xsl-stylesheets
39
40 diff --git a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
41 index 4d21524b674..1a92d1287ad 100644
42 --- a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
43 +++ b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -11,7 +11,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/linux-ima/ima-evm-utils"
51
52 RDEPEND="
53 dev-libs/openssl:0=
54 - sys-apps/keyutils"
55 + sys-apps/keyutils:="
56 DEPEND="${RDEPEND}
57 app-text/asciidoc
58 app-text/docbook-xsl-stylesheets