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 49C1A138350 for ; Sun, 23 Feb 2020 18:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1343AE086B; Sun, 23 Feb 2020 18:37:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CDFABE086B for ; Sun, 23 Feb 2020 18:37:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DE2BE34ECDA for ; Sun, 23 Feb 2020 18:37:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D033134 for ; Sun, 23 Feb 2020 18:37:06 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1582483026.bf98523147a057a577ad92379c92d98eab4801f6.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-abrmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r2.ebuild X-VCS-Directories: app-crypt/tpm2-abrmd/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: bf98523147a057a577ad92379c92d98eab4801f6 X-VCS-Branch: master Date: Sun, 23 Feb 2020 18:37:06 +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: e2b408cd-3fff-4ffe-86de-db75c50d53f3 X-Archives-Hash: a4cba4a4c87772080d33e68e9fc04be7 commit: bf98523147a057a577ad92379c92d98eab4801f6 Author: Rick Farina gentoo org> AuthorDate: Sun Feb 23 18:36:56 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Sun Feb 23 18:37:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf985231 app-crypt/tpm2-abrmd: fix RDEPEND user and group creation are an RDEPEND Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Rick Farina gentoo.org> .../{tpm2-abrmd-2.1.1-r1.ebuild => tpm2-abrmd-2.1.1-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r2.ebuild similarity index 96% rename from app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild rename to app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r2.ebuild index 535dcd41a59..dddc82c0e86 100644 --- a/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r1.ebuild +++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-2.1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,11 +17,11 @@ IUSE="static-libs test" RESTRICT="!test? ( test )" RDEPEND="sys-apps/dbus:= + acct-group/tss + acct-user/tss dev-libs/glib:= app-crypt/tpm2-tss:=" DEPEND="${RDEPEND} - acct-group/tss - acct-user/tss test? ( dev-util/cmocka )" BDEPEND="virtual/pkgconfig dev-util/gdbus-codegen"