From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 318AA138334 for ; Sat, 7 Sep 2019 17:44:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53F14E07D8; Sat, 7 Sep 2019 17:44:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36987E07D8 for ; Sat, 7 Sep 2019 17:44:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5249B34AE46 for ; Sat, 7 Sep 2019 17:44:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1C674D3 for ; Sat, 7 Sep 2019 17:44:12 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1567878227.e70738af90b64fbad95b188c0b405ca6123416f9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ima-evm-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ima-evm-utils/ima-evm-utils-1.1-r1.ebuild app-crypt/ima-evm-utils/ima-evm-utils-1.1.ebuild app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild X-VCS-Directories: app-crypt/ima-evm-utils/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e70738af90b64fbad95b188c0b405ca6123416f9 X-VCS-Branch: master Date: Sat, 7 Sep 2019 17:44:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2942c535-0edb-4934-8729-f469ef39eb5a X-Archives-Hash: b9a91567387ae2c00d43275fab570881 commit: e70738af90b64fbad95b188c0b405ca6123416f9 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 7 17:43:36 2019 +0000 Commit: Matt Turner gentoo 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 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