commit: e70738af90b64fbad95b188c0b405ca6123416f9 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Sep 7 17:43:36 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Sep 7 17:43:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70738af
app-crypt/ima-evm-utils: Use slot operator for sys-apps/keyutils Closes: https://bugs.gentoo.org/693224 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> .../{ima-evm-utils-1.1.ebuild => ima-evm-utils-1.1-r1.ebuild} | 4 ++-- app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 similarity index 92% rename from app-crypt/ima-evm-utils/ima-evm-utils-1.1.ebuild rename to app-crypt/ima-evm-utils/ima-evm-utils-1.1-r1.ebuild index 35ae3638a98..93152d94896 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/linux-ima/${P}.tar.gz" RDEPEND=" dev-libs/openssl:0= - sys-apps/keyutils" + sys-apps/keyutils:=" DEPEND="${RDEPEND} app-text/asciidoc app-text/docbook-xsl-stylesheets 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 4d21524b674..1a92d1287ad 100644 --- a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild +++ b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/linux-ima/ima-evm-utils" RDEPEND=" dev-libs/openssl:0= - sys-apps/keyutils" + sys-apps/keyutils:=" DEPEND="${RDEPEND} app-text/asciidoc app-text/docbook-xsl-stylesheets
