diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-09-07 10:43:36 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-09-07 10:43:47 -0700 |
commit | e70738af90b64fbad95b188c0b405ca6123416f9 (patch) | |
tree | 764fa59bd1e743606cfa2796628ffe6e99771a11 /app-crypt | |
parent | sys-fs/ecryptfs-utils: Drop old versions (diff) | |
download | gentoo-e70738af90b64fbad95b188c0b405ca6123416f9.tar.gz gentoo-e70738af90b64fbad95b188c0b405ca6123416f9.tar.bz2 gentoo-e70738af90b64fbad95b188c0b405ca6123416f9.zip |
app-crypt/ima-evm-utils: Use slot operator for sys-apps/keyutils
Closes: https://bugs.gentoo.org/693224
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ima-evm-utils/ima-evm-utils-1.1-r1.ebuild (renamed from app-crypt/ima-evm-utils/ima-evm-utils-1.1.ebuild) | 4 | ||||
-rw-r--r-- | 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 index 35ae3638a988..93152d948962 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 4d21524b6744..1a92d1287ad1 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 |